#316CC7

Color #316CC7 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #316CC7

Tints of Cerulean Blue #316CC7

Color information

#316CC7 (or 0x316CC7) is unknown color: approx Cerulean Blue. HEX triplet: 31, 6C and C7. RGB value is (49,108,199). Sum of RGB (Red+Green+Blue) = 49+108+199=356 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.76% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 199 (78.12% from 255 or 55.90% from 356); Max value from RGB is 199 - color contains mainly: blue. Hex color #316CC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316CC7 is #CE9338. Grayscale: #646464. Windows color (decimal): -13538105 or 13069361. OLE color: 13069361.

HSL color Cylindrical-coordinate representation of color #316CC7: hue angle of 216.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #316CC7 is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB49108199-
CMYK0.750.4600.22
HSL216.4º60.48%48.63%-
HSV(B)216.4º75.38%78.04%-
XYZ16.9415.556.13-
YUV100.73183.4591.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 13.76%
GREEN value IS 108 (42.58% from 255) = 30.34%
BLUE value IS 199 (78.12% from 255) = 55.90%
R=13.76%
G=30.34%
B=55.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal491081990.750.4600.22216.460.4848.63
Hex316CC74B2E016d83c31
Octal61154307113560263307461
Binary110001110110011000111100101110111001011011011000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316CC7; }

 p { color: rgb(49,108,199); }

 H1.HeaderClassName
 {
   color: #316CC7;
 }
 .AnyTagClassName
 {
   color: #316CC7;
 }
</style>
background-color css

<style>
 a { background-color: #316CC7; }

 a { background-color: rgb(49,108,199); }

 div.DivClassName
 {
   background-color: #316CC7;
 }
 .BgClassName
 {
   background-color: #316CC7;
 }
</style>
border-color css

<style>
 span { border-color: #316CC7; }

 span { border-color: rgb(49,108,199); }

 td.TdClassName
 {
   border-color: #316CC7;
 }
 .TagClassName
 {
   border-color: #316CC7;
 }
</style>