#2E4BBC

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

Shades of Cerulean Blue #2E4BBC

Tints of Cerulean Blue #2E4BBC

Color information

#2E4BBC (or 0x2E4BBC) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 4B and BC. RGB value is (46,75,188). Sum of RGB (Red+Green+Blue) = 46+75+188=309 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.89% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E4BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E4BBC is #D1B443. Grayscale: #4E4E4E. Windows color (decimal): -13743172 or 12340014. OLE color: 12340014.

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

Color convert

RGB4675188-
CMYK0.760.6000.26
HSL227.75º60.68%45.88%-
HSV(B)227.75º75.53%73.73%-
XYZ12.729.2448.69-
YUV79.21189.39104.31-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.89%
GREEN value IS 75 (29.69% from 255) = 24.27%
BLUE value IS 188 (73.83% from 255) = 60.84%
R=14.89%
G=24.27%
B=60.84%

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
Decimal46751880.760.6000.26227.7560.6845.88
Hex2E4BBC4C3C01Ae43d2e
Octal56113274114740323447556
Binary101110100101110111100100110011110001101011100100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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