Html Css Color HEX #314DB6 Cerulean Blue

📋 copy color: '#314DB6'

red 49 ◦ green 77 ◦ blue 182

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

Shades of Cerulean Blue #314DB6

Tints of Cerulean Blue #314DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 59.09%

R = 15.91%
G = 25%
B = 59.09%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#314DB6 (or 0x314DB6) is known color: Cerulean Blue. HEX triplet: 31, 4D and B6. RGB value is (49,77,182). Sum of RGB (Red+Green+Blue) = 49+77+182=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 182 (71.48% from 255 or 59.09% from 308); Max value from RGB is 182 - color contains mainly: blue. Hex color #314DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314DB6 is #CEB249. Grayscale: #505050. Windows color (decimal): -13546058 or 11947313. OLE color: 11947313.

HSL color Cylindrical-coordinate representation of color #314DB6: hue angle of 227.37º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #314DB6 is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 49 77 182 -
CMYK 0.73 0.58 0 0.29
HSL 227.37º 0.58% 0.45% -
HSV(B) 227.37º 0.73% 0.71% -
XYZ 12.36 9.34 45.41 -
YUV 80.6 185.22 105.46 -
System Red Green Blue C M Y K H S L
Decimal 49 77 182 0.73 0.58 0 0.29 227.37 0.58 0.45
Hex 31 4D B6 49 3A 0 1D E3 3A 2D
Octal 61 115 266 111 72 0 35 343 72 55
Binary 110001 1001101 10110110 1001001 111010 0 11101 11100011 111010 101101

Color Harmonies of #314DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314DB6

Black with #314DB6

Text Example


Text Example

White with #314DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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