Html Css Color HEX #314BCE Cerulean Blue

📋 copy color: '#314BCE'

red 49 ◦ green 75 ◦ blue 206

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

Shades of Cerulean Blue #314BCE

Tints of Cerulean Blue #314BCE

RGB

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

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

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

R = 14.85%
G = 22.73%
B = 62.42%

CMYK

 C value IS 0.76

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#314BCE (or 0x314BCE) is known color: Cerulean Blue. HEX triplet: 31, 4B and CE. RGB value is (49,75,206). Sum of RGB (Red+Green+Blue) = 49+75+206=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #314BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314BCE is #CEB431. Grayscale: #515151. Windows color (decimal): -13546546 or 13519665. OLE color: 13519665.

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

Color convert

RGB 49 75 206 -
CMYK 0.76 0.64 0 0.19
HSL 230.06º 0.62% 0.5% -
HSV(B) 230.06º 0.76% 0.81% -
XYZ 14.92 10.14 59.56 -
YUV 82.16 197.89 104.35 -
System Red Green Blue C M Y K H S L
Decimal 49 75 206 0.76 0.64 0 0.19 230.06 0.62 0.5
Hex 31 4B CE 4C 40 0 13 E6 3E 32
Octal 61 113 316 114 100 0 23 346 76 62
Binary 110001 1001011 11001110 1001100 1000000 0 10011 11100110 111110 110010

Color Harmonies of #314BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314BCE

Black with #314BCE

Text Example


Text Example

White with #314BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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