Html Css Color HEX #314CB2 Cerulean Blue

📋 copy color: '#314CB2'

red 49 ◦ green 76 ◦ blue 178

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

Shades of Cerulean Blue #314CB2

Tints of Cerulean Blue #314CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 58.75%

R = 16.17%
G = 25.08%
B = 58.75%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#314CB2 (or 0x314CB2) is known color: Cerulean Blue. HEX triplet: 31, 4C and B2. RGB value is (49,76,178). Sum of RGB (Red+Green+Blue) = 49+76+178=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 178 (69.92% from 255 or 58.75% from 303); Max value from RGB is 178 - color contains mainly: blue. Hex color #314CB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314CB2 is #CEB34D. Grayscale: #4F4F4F. Windows color (decimal): -13546318 or 11684913. OLE color: 11684913.

HSL color Cylindrical-coordinate representation of color #314CB2: hue angle of 227.44º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #314CB2 is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 49 76 178 -
CMYK 0.72 0.57 0 0.30
HSL 227.44º 0.57% 0.45% -
HSV(B) 227.44º 0.72% 0.7% -
XYZ 11.89 9.04 43.24 -
YUV 79.56 183.55 106.21 -
System Red Green Blue C M Y K H S L
Decimal 49 76 178 0.72 0.57 0 0.30 227.44 0.57 0.45
Hex 31 4C B2 48 39 0 1E E3 39 2D
Octal 61 114 262 110 71 0 36 343 71 55
Binary 110001 1001100 10110010 1001000 111001 0 11110 11100011 111001 101101

Color Harmonies of #314CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314CB2

Black with #314CB2

Text Example


Text Example

White with #314CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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