#2e4db6

Color #2E4DB6 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #2E4DB6

Tints of Cerulean Blue #2E4DB6

Color information

#2E4DB6 (or 0x2E4DB6) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 4D and B6. RGB value is (46,77,182). Sum of RGB (Red+Green+Blue) = 46+77+182=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 182 (71.48% from 255 or 59.67% from 305); Max value from RGB is 182 - color contains mainly: blue. Hex color #2E4DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E4DB6 is #D1B249. Grayscale: #4F4F4F. Windows color (decimal): -13742666 or 11947310. OLE color: 11947310.

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

Color convert

RGB4677182-
CMYK0.750.5800.29
HSL226.32º59.65%44.71%-
HSV(B)226.32º74.73%71.37%-
XYZ12.229.2745.4-
YUV79.7185.73103.96-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.08%
GREEN value IS 77 (30.47% from 255) = 25.25%
BLUE value IS 182 (71.48% from 255) = 59.67%
R=15.08%
G=25.25%
B=59.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal46771820.750.5800.29226.3259.6544.71
Hex2E4DB64B3A01De23c2d
Octal56115266113720353427455
Binary101110100110110110110100101111101001110111100010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e4db6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2e4db6; }

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

 H1.HeaderClassName
 {
   color: #2e4db6;
 }
 .AnyTagClassName
 {
   color: #2e4db6;
 }
</style>
background-color css

<style>
 a { background-color: #2e4db6; }

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

 div.DivClassName
 {
   background-color: #2e4db6;
 }
 .BgClassName
 {
   background-color: #2e4db6;
 }
</style>
border-color css

<style>
 span { border-color: #2e4db6; }

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

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