#2E45B1

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

Shades of Cerulean Blue #2E45B1

Tints of Cerulean Blue #2E45B1

Color information

#2E45B1 (or 0x2E45B1) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 45 and B1. RGB value is (46,69,177). Sum of RGB (Red+Green+Blue) = 46+69+177=292 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.75% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 177 (69.53% from 255 or 60.62% from 292); Max value from RGB is 177 - color contains mainly: blue. Hex color #2E45B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E45B1 is #D1BA4E. Grayscale: #494949. Windows color (decimal): -13744719 or 11617582. OLE color: 11617582.

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

Color convert

RGB4669177-
CMYK0.740.6100.31
HSL229.47º58.74%43.73%-
HSV(B)229.47º74.01%69.41%-
XYZ11.198.0142.55-
YUV74.44185.88107.72-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.75%
GREEN value IS 69 (27.34% from 255) = 23.63%
BLUE value IS 177 (69.53% from 255) = 60.62%
R=15.75%
G=23.63%
B=60.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal46691770.740.6100.31229.4758.7443.73
Hex2E45B14A3D01Fe53b2c
Octal56105261112750373457354
Binary101110100010110110001100101011110101111111100101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E45B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,69,177); }

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

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

 a { background-color: rgb(46,69,177); }

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

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

 span { border-color: rgb(46,69,177); }

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