Html Css Color HEX #314BB8 Cerulean Blue

📋 copy color: '#314BB8'

red 49 ◦ green 75 ◦ blue 184

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

Shades of Cerulean Blue #314BB8

Tints of Cerulean Blue #314BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 59.74%

R = 15.91%
G = 24.35%
B = 59.74%

CMYK

 C value IS 0.73

 M value IS 0.59

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#314BB8 (or 0x314BB8) is known color: Cerulean Blue. HEX triplet: 31, 4B and B8. RGB value is (49,75,184). Sum of RGB (Red+Green+Blue) = 49+75+184=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 184 (72.27% from 255 or 59.74% from 308); Max value from RGB is 184 - color contains mainly: blue. Hex color #314BB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314BB8 is #CEB447. Grayscale: #4F4F4F. Windows color (decimal): -13546568 or 12077873. OLE color: 12077873.

HSL color Cylindrical-coordinate representation of color #314BB8: hue angle of 228.44º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #314BB8 is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 49 75 184 -
CMYK 0.73 0.59 0 0.28
HSL 228.44º 0.58% 0.46% -
HSV(B) 228.44º 0.73% 0.72% -
XYZ 12.43 9.15 46.46 -
YUV 79.65 186.89 106.14 -
System Red Green Blue C M Y K H S L
Decimal 49 75 184 0.73 0.59 0 0.28 228.44 0.58 0.46
Hex 31 4B B8 49 3B 0 1C E4 3A 2E
Octal 61 113 270 111 73 0 34 344 72 56
Binary 110001 1001011 10111000 1001001 111011 0 11100 11100100 111010 101110

Color Harmonies of #314BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314BB8

Black with #314BB8

Text Example


Text Example

White with #314BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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