Html Css Color HEX #314AB8 Cerulean Blue

📋 copy color: '#314AB8'

red 49 ◦ green 74 ◦ blue 184

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

Shades of Cerulean Blue #314AB8

Tints of Cerulean Blue #314AB8

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.1%

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

R = 15.96%
G = 24.1%
B = 59.93%

CMYK

 C value IS 0.73

 M value IS 0.60

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#314AB8 (or 0x314AB8) is known color: Cerulean Blue. HEX triplet: 31, 4A and B8. RGB value is (49,74,184). Sum of RGB (Red+Green+Blue) = 49+74+184=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 184 (72.27% from 255 or 59.93% from 307); Max value from RGB is 184 - color contains mainly: blue. Hex color #314AB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314AB8 is #CEB547. Grayscale: #4E4E4E. Windows color (decimal): -13546824 or 12077617. OLE color: 12077617.

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

Color convert

RGB 49 74 184 -
CMYK 0.73 0.60 0 0.28
HSL 228.89º 0.58% 0.46% -
HSV(B) 228.89º 0.73% 0.72% -
XYZ 12.37 9.01 46.43 -
YUV 79.07 187.22 106.56 -
System Red Green Blue C M Y K H S L
Decimal 49 74 184 0.73 0.60 0 0.28 228.89 0.58 0.46
Hex 31 4A B8 49 3C 0 1C E5 3A 2E
Octal 61 112 270 111 74 0 34 345 72 56
Binary 110001 1001010 10111000 1001001 111100 0 11100 11100101 111010 101110

Color Harmonies of #314AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314AB8

Black with #314AB8

Text Example


Text Example

White with #314AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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