Html Css Color HEX #314DB8 Cerulean Blue

📋 copy color: '#314DB8'

red 49 ◦ green 77 ◦ blue 184

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

Shades of Cerulean Blue #314DB8

Tints of Cerulean Blue #314DB8

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.84%

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

R = 15.81%
G = 24.84%
B = 59.35%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#314DB8 (or 0x314DB8) is known color: Cerulean Blue. HEX triplet: 31, 4D and B8. RGB value is (49,77,184). Sum of RGB (Red+Green+Blue) = 49+77+184=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 184 (72.27% from 255 or 59.35% from 310); Max value from RGB is 184 - color contains mainly: blue. Hex color #314DB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314DB8 is #CEB247. Grayscale: #505050. Windows color (decimal): -13546056 or 12078385. OLE color: 12078385.

HSL color Cylindrical-coordinate representation of color #314DB8: hue angle of 227.56º 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 #314DB8 is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 49 77 184 -
CMYK 0.73 0.58 0 0.28
HSL 227.56º 0.58% 0.46% -
HSV(B) 227.56º 0.73% 0.72% -
XYZ 12.57 9.42 46.5 -
YUV 80.83 186.22 105.3 -
System Red Green Blue C M Y K H S L
Decimal 49 77 184 0.73 0.58 0 0.28 227.56 0.58 0.46
Hex 31 4D B8 49 3A 0 1C E4 3A 2E
Octal 61 115 270 111 72 0 34 344 72 56
Binary 110001 1001101 10111000 1001001 111010 0 11100 11100100 111010 101110

Color Harmonies of #314DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314DB8

Black with #314DB8

Text Example


Text Example

White with #314DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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