Html Css Color HEX #314ECC Cerulean Blue

📋 copy color: '#314ECC'

red 49 ◦ green 78 ◦ blue 204

#314ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #314ECC

Tints of Cerulean Blue #314ECC

RGB

 RED value IS 49 (19.53% from 255) = 14.8%

 GREEN value IS 78 (30.86% from 255) = 23.56%

 BLUE value IS 204 (80.08% from 255) = 61.63%

R = 14.8%
G = 23.56%
B = 61.63%

CMYK

 C value IS 0.76

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#314ECC (or 0x314ECC) is known color: Cerulean Blue. HEX triplet: 31, 4E and CC. RGB value is (49,78,204). Sum of RGB (Red+Green+Blue) = 49+78+204=331 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.80% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #314ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314ECC is #CEB133. Grayscale: #535353. Windows color (decimal): -13545780 or 13389361. OLE color: 13389361.

HSL color Cylindrical-coordinate representation of color #314ECC: hue angle of 228.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #314ECC is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 49 78 204 -
CMYK 0.76 0.62 0 0.2
HSL 228.77º 0.61% 0.5% -
HSV(B) 228.77º 0.76% 0.8% -
XYZ 14.89 10.46 58.36 -
YUV 83.69 195.89 103.25 -
System Red Green Blue C M Y K H S L
Decimal 49 78 204 0.76 0.62 0 0.2 228.77 0.61 0.5
Hex 31 4E CC 4C 3E 0 14 E5 3D 32
Octal 61 116 314 114 76 0 24 345 75 62
Binary 110001 1001110 11001100 1001100 111110 0 10100 11100101 111101 110010

Color Harmonies of #314ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314ECC

Black with #314ECC

Text Example


Text Example

White with #314ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314ECC; }

 p { color: rgb(49,78,204); }

 H1.HeaderClassName
 {
   color: #314ECC;
 }
 .AnyTagClassName
 {
   color: #314ECC;
 }
</style>

background-color css

<style>
 a { background-color: #314ECC; }

 a { background-color: rgb(49,78,204); }

 div.DivClassName
 {
   background-color: #314ECC;
 }
 .BgClassName
 {
   background-color: #314ECC;
 }
</style>

border-color css

<style>
 span { border-color: #314ECC; }

 span { border-color: rgb(49,78,204); }

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