Html Css Color HEX #314DA8 Cerulean Blue

📋 copy color: '#314DA8'

red 49 ◦ green 77 ◦ blue 168

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

Shades of Cerulean Blue #314DA8

Tints of Cerulean Blue #314DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 57.14%

R = 16.67%
G = 26.19%
B = 57.14%

CMYK

 C value IS 0.71

 M value IS 0.54

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#314DA8 (or 0x314DA8) is known color: Cerulean Blue. HEX triplet: 31, 4D and A8. RGB value is (49,77,168). Sum of RGB (Red+Green+Blue) = 49+77+168=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 168 (66.02% from 255 or 57.14% from 294); Max value from RGB is 168 - color contains mainly: blue. Hex color #314DA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314DA8 is #CEB257. Grayscale: #4E4E4E. Windows color (decimal): -13546072 or 11029809. OLE color: 11029809.

HSL color Cylindrical-coordinate representation of color #314DA8: hue angle of 225.88º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #314DA8 is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 49 77 168 -
CMYK 0.71 0.54 0 0.34
HSL 225.88º 0.55% 0.43% -
HSV(B) 225.88º 0.71% 0.66% -
XYZ 10.99 8.79 38.16 -
YUV 79 178.22 106.6 -
System Red Green Blue C M Y K H S L
Decimal 49 77 168 0.71 0.54 0 0.34 225.88 0.55 0.43
Hex 31 4D A8 47 36 0 22 E2 37 2B
Octal 61 115 250 107 66 0 42 342 67 53
Binary 110001 1001101 10101000 1000111 110110 0 100010 11100010 110111 101011

Color Harmonies of #314DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314DA8

Black with #314DA8

Text Example


Text Example

White with #314DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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