Html Css Color HEX #314AB9 Cerulean Blue

📋 copy color: '#314AB9'

red 49 ◦ green 74 ◦ blue 185

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

Shades of Cerulean Blue #314AB9

Tints of Cerulean Blue #314AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 60.06%

R = 15.91%
G = 24.03%
B = 60.06%

CMYK

 C value IS 0.74

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#314AB9 (or 0x314AB9) is known color: Cerulean Blue. HEX triplet: 31, 4A and B9. RGB value is (49,74,185). Sum of RGB (Red+Green+Blue) = 49+74+185=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 185 (72.66% from 255 or 60.06% from 308); Max value from RGB is 185 - color contains mainly: blue. Hex color #314AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314AB9 is #CEB546. Grayscale: #4E4E4E. Windows color (decimal): -13546823 or 12143153. OLE color: 12143153.

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

Color convert

RGB 49 74 185 -
CMYK 0.74 0.6 0 0.27
HSL 228.97º 0.58% 0.46% -
HSV(B) 228.97º 0.74% 0.73% -
XYZ 12.47 9.05 46.99 -
YUV 79.18 187.72 106.47 -
System Red Green Blue C M Y K H S L
Decimal 49 74 185 0.74 0.6 0 0.27 228.97 0.58 0.46
Hex 31 4A B9 4A 3C 0 1B E5 3A 2E
Octal 61 112 271 112 74 0 33 345 72 56
Binary 110001 1001010 10111001 1001010 111100 0 11011 11100101 111010 101110

Color Harmonies of #314AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314AB9

Black with #314AB9

Text Example


Text Example

White with #314AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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