#2E5BB2

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

Shades of Cerulean Blue #2E5BB2

Tints of Cerulean Blue #2E5BB2

Color information

#2E5BB2 (or 0x2E5BB2) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 5B and B2. RGB value is (46,91,178). Sum of RGB (Red+Green+Blue) = 46+91+178=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 178 (69.92% from 255 or 56.51% from 315); Max value from RGB is 178 - color contains mainly: blue. Hex color #2E5BB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5BB2 is #D1A44D. Grayscale: #575757. Windows color (decimal): -13739086 or 11688750. OLE color: 11688750.

HSL color Cylindrical-coordinate representation of color #2E5BB2: hue angle of 219.55º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E5BB2 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4691178-
CMYK0.740.4900.30
HSL219.55º58.93%43.92%-
HSV(B)219.55º74.16%69.8%-
XYZ12.911.2843.62-
YUV87.46179.0998.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.60%
GREEN value IS 91 (35.94% from 255) = 28.89%
BLUE value IS 178 (69.92% from 255) = 56.51%
R=14.60%
G=28.89%
B=56.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal46911780.740.4900.30219.5558.9343.92
Hex2E5BB24A3101Edc3b2c
Octal56133262112610363347354
Binary101110101101110110010100101011000101111011011100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,91,178); }

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

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

 a { background-color: rgb(46,91,178); }

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

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

 span { border-color: rgb(46,91,178); }

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