Html Css Color HEX #314BCC Cerulean Blue

📋 copy color: '#314BCC'

red 49 ◦ green 75 ◦ blue 204

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

Shades of Cerulean Blue #314BCC

Tints of Cerulean Blue #314BCC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.87%

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

R = 14.94%
G = 22.87%
B = 62.2%

CMYK

 C value IS 0.76

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#314BCC (or 0x314BCC) is known color: Cerulean Blue. HEX triplet: 31, 4B and CC. RGB value is (49,75,204). Sum of RGB (Red+Green+Blue) = 49+75+204=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 204 (80.08% from 255 or 62.20% from 328); Max value from RGB is 204 - color contains mainly: blue. Hex color #314BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314BCC is #CEB433. Grayscale: #515151. Windows color (decimal): -13546548 or 13388593. OLE color: 13388593.

HSL color Cylindrical-coordinate representation of color #314BCC: hue angle of 229.94º 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 #314BCC is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 49 75 204 -
CMYK 0.76 0.63 0 0.2
HSL 229.94º 0.61% 0.5% -
HSV(B) 229.94º 0.76% 0.8% -
XYZ 14.68 10.04 58.29 -
YUV 81.93 196.89 104.51 -
System Red Green Blue C M Y K H S L
Decimal 49 75 204 0.76 0.63 0 0.2 229.94 0.61 0.5
Hex 31 4B CC 4C 3F 0 14 E6 3D 32
Octal 61 113 314 114 77 0 24 346 75 62
Binary 110001 1001011 11001100 1001100 111111 0 10100 11100110 111101 110010

Color Harmonies of #314BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314BCC

Black with #314BCC

Text Example


Text Example

White with #314BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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