#2E49BD

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

Shades of Cerulean Blue #2E49BD

Tints of Cerulean Blue #2E49BD

Color information

#2E49BD (or 0x2E49BD) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 49 and BD. RGB value is (46,73,189). Sum of RGB (Red+Green+Blue) = 46+73+189=308 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.94% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 189 (74.22% from 255 or 61.36% from 308); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E49BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E49BD is #D1B642. Grayscale: #4D4D4D. Windows color (decimal): -13743683 or 12405038. OLE color: 12405038.

HSL color Cylindrical-coordinate representation of color #2E49BD: hue angle of 228.67º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E49BD is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4673189-
CMYK0.760.6100.26
HSL228.67º60.85%46.08%-
HSV(B)228.67º75.66%74.12%-
XYZ12.699.0249.22-
YUV78.15190.55105.07-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.94%
GREEN value IS 73 (28.91% from 255) = 23.70%
BLUE value IS 189 (74.22% from 255) = 61.36%
R=14.94%
G=23.70%
B=61.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal46731890.760.6100.26228.6760.8546.08
Hex2E49BD4C3D01Ae53d2e
Octal56111275114750323457556
Binary101110100100110111101100110011110101101011100101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E49BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,73,189); }

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

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

 a { background-color: rgb(46,73,189); }

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

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

 span { border-color: rgb(46,73,189); }

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