Html Css Color HEX #314DB5 Cerulean Blue

📋 copy color: '#314DB5'

red 49 ◦ green 77 ◦ blue 181

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

Shades of Cerulean Blue #314DB5

Tints of Cerulean Blue #314DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 58.96%

R = 15.96%
G = 25.08%
B = 58.96%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#314DB5 (or 0x314DB5) is known color: Cerulean Blue. HEX triplet: 31, 4D and B5. RGB value is (49,77,181). Sum of RGB (Red+Green+Blue) = 49+77+181=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 181 (71.09% from 255 or 58.96% from 307); Max value from RGB is 181 - color contains mainly: blue. Hex color #314DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314DB5 is #CEB24A. Grayscale: #505050. Windows color (decimal): -13546059 or 11881777. OLE color: 11881777.

HSL color Cylindrical-coordinate representation of color #314DB5: hue angle of 227.27º degrees, saturation: 0.57, 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 #314DB5 is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 49 77 181 -
CMYK 0.73 0.57 0 0.29
HSL 227.27º 0.57% 0.45% -
HSV(B) 227.27º 0.73% 0.71% -
XYZ 12.26 9.3 44.86 -
YUV 80.48 184.72 105.54 -
System Red Green Blue C M Y K H S L
Decimal 49 77 181 0.73 0.57 0 0.29 227.27 0.57 0.45
Hex 31 4D B5 49 39 0 1D E3 39 2D
Octal 61 115 265 111 71 0 35 343 71 55
Binary 110001 1001101 10110101 1001001 111001 0 11101 11100011 111001 101101

Color Harmonies of #314DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314DB5

Black with #314DB5

Text Example


Text Example

White with #314DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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