#2E4ABA

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

Shades of Cerulean Blue #2E4ABA

Tints of Cerulean Blue #2E4ABA

Color information

#2E4ABA (or 0x2E4ABA) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 4A and BA. RGB value is (46,74,186). Sum of RGB (Red+Green+Blue) = 46+74+186=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E4ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E4ABA is #D1B545. Grayscale: #4D4D4D. Windows color (decimal): -13743430 or 12208686. OLE color: 12208686.

HSL color Cylindrical-coordinate representation of color #2E4ABA: hue angle of 228º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E4ABA is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4674186-
CMYK0.750.6000.27
HSL228º60.34%45.49%-
HSV(B)228º75.27%72.94%-
XYZ12.449.0247.54-
YUV78.4188.72104.89-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.03%
GREEN value IS 74 (29.30% from 255) = 24.18%
BLUE value IS 186 (73.05% from 255) = 60.78%
R=15.03%
G=24.18%
B=60.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal46741860.750.6000.2722860.3445.49
Hex2E4ABA4B3C01Be43c2d
Octal56112272113740333447455
Binary101110100101010111010100101111110001101111100100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,74,186); }

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

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

 a { background-color: rgb(46,74,186); }

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

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

 span { border-color: rgb(46,74,186); }

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