#2E4BBD

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

Shades of Cerulean Blue #2E4BBD

Tints of Cerulean Blue #2E4BBD

Color information

#2E4BBD (or 0x2E4BBD) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 4B and BD. RGB value is (46,75,189). Sum of RGB (Red+Green+Blue) = 46+75+189=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 189 (74.22% from 255 or 60.97% from 310); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E4BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E4BBD is #D1B442. Grayscale: #4E4E4E. Windows color (decimal): -13743171 or 12405550. OLE color: 12405550.

HSL color Cylindrical-coordinate representation of color #2E4BBD: hue angle of 227.83º 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 #2E4BBD is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4675189-
CMYK0.760.6000.26
HSL227.83º60.85%46.08%-
HSV(B)227.83º75.66%74.12%-
XYZ12.839.2949.26-
YUV79.32189.89104.23-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.84%
GREEN value IS 75 (29.69% from 255) = 24.19%
BLUE value IS 189 (74.22% from 255) = 60.97%
R=14.84%
G=24.19%
B=60.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal46751890.760.6000.26227.8360.8546.08
Hex2E4BBD4C3C01Ae43d2e
Octal56113275114740323447556
Binary101110100101110111101100110011110001101011100100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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