Html Css Color HEX #314CB0 Cerulean Blue

📋 copy color: '#314CB0'

red 49 ◦ green 76 ◦ blue 176

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

Shades of Cerulean Blue #314CB0

Tints of Cerulean Blue #314CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 58.47%

R = 16.28%
G = 25.25%
B = 58.47%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#314CB0 (or 0x314CB0) is known color: Cerulean Blue. HEX triplet: 31, 4C and B0. RGB value is (49,76,176). Sum of RGB (Red+Green+Blue) = 49+76+176=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 176 (69.14% from 255 or 58.47% from 301); Max value from RGB is 176 - color contains mainly: blue. Hex color #314CB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314CB0 is #CEB34F. Grayscale: #4E4E4E. Windows color (decimal): -13546320 or 11553841. OLE color: 11553841.

HSL color Cylindrical-coordinate representation of color #314CB0: hue angle of 227.24º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #314CB0 is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 49 76 176 -
CMYK 0.72 0.57 0 0.31
HSL 227.24º 0.56% 0.44% -
HSV(B) 227.24º 0.72% 0.69% -
XYZ 11.69 8.96 42.19 -
YUV 79.33 182.55 106.37 -
System Red Green Blue C M Y K H S L
Decimal 49 76 176 0.72 0.57 0 0.31 227.24 0.56 0.44
Hex 31 4C B0 48 39 0 1F E3 38 2C
Octal 61 114 260 110 71 0 37 343 70 54
Binary 110001 1001100 10110000 1001000 111001 0 11111 11100011 111000 101100

Color Harmonies of #314CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314CB0

Black with #314CB0

Text Example


Text Example

White with #314CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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