Html Css Color HEX #314CCE Cerulean Blue

📋 copy color: '#314CCE'

red 49 ◦ green 76 ◦ blue 206

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

Shades of Cerulean Blue #314CCE

Tints of Cerulean Blue #314CCE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.96%

 BLUE value IS 206 (80.86% from 255) = 62.24%

R = 14.8%
G = 22.96%
B = 62.24%

CMYK

 C value IS 0.76

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#314CCE (or 0x314CCE) is known color: Cerulean Blue. HEX triplet: 31, 4C and CE. RGB value is (49,76,206). Sum of RGB (Red+Green+Blue) = 49+76+206=331 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.80% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #314CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314CCE is #CEB331. Grayscale: #525252. Windows color (decimal): -13546290 or 13519921. OLE color: 13519921.

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

Color convert

RGB 49 76 206 -
CMYK 0.76 0.63 0 0.19
HSL 229.68º 0.62% 0.5% -
HSV(B) 229.68º 0.76% 0.81% -
XYZ 14.99 10.28 59.59 -
YUV 82.75 197.55 103.93 -
System Red Green Blue C M Y K H S L
Decimal 49 76 206 0.76 0.63 0 0.19 229.68 0.62 0.5
Hex 31 4C CE 4C 3F 0 13 E6 3E 32
Octal 61 114 316 114 77 0 23 346 76 62
Binary 110001 1001100 11001110 1001100 111111 0 10011 11100110 111110 110010

Color Harmonies of #314CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314CCE

Black with #314CCE

Text Example


Text Example

White with #314CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,76,206); }

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

background-color css

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

 a { background-color: rgb(49,76,206); }

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

border-color css

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

 span { border-color: rgb(49,76,206); }

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