Html Css Color HEX #314FA8 Cerulean Blue

📋 copy color: '#314FA8'

red 49 ◦ green 79 ◦ blue 168

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

Shades of Cerulean Blue #314FA8

Tints of Cerulean Blue #314FA8

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.69%

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

R = 16.55%
G = 26.69%
B = 56.76%

CMYK

 C value IS 0.71

 M value IS 0.53

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#314FA8 (or 0x314FA8) is known color: Cerulean Blue. HEX triplet: 31, 4F and A8. RGB value is (49,79,168). Sum of RGB (Red+Green+Blue) = 49+79+168=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 79 (31.25% from 255 or 26.69% from 296); Blue value is 168 (66.02% from 255 or 56.76% from 296); Max value from RGB is 168 - color contains mainly: blue. Hex color #314FA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314FA8 is #CEB057. Grayscale: #4F4F4F. Windows color (decimal): -13545560 or 11030321. OLE color: 11030321.

HSL color Cylindrical-coordinate representation of color #314FA8: hue angle of 224.87º 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 #314FA8 is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 49 79 168 -
CMYK 0.71 0.53 0 0.34
HSL 224.87º 0.55% 0.43% -
HSV(B) 224.87º 0.71% 0.66% -
XYZ 11.13 9.07 38.21 -
YUV 80.18 177.56 105.76 -
System Red Green Blue C M Y K H S L
Decimal 49 79 168 0.71 0.53 0 0.34 224.87 0.55 0.43
Hex 31 4F A8 47 35 0 22 E1 37 2B
Octal 61 117 250 107 65 0 42 341 67 53
Binary 110001 1001111 10101000 1000111 110101 0 100010 11100001 110111 101011

Color Harmonies of #314FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314FA8

Black with #314FA8

Text Example


Text Example

White with #314FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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