#2E4DBE

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

Shades of Cerulean Blue #2E4DBE

Tints of Cerulean Blue #2E4DBE

Color information

#2E4DBE (or 0x2E4DBE) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 4D and BE. RGB value is (46,77,190). Sum of RGB (Red+Green+Blue) = 46+77+190=313 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.70% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 190 (74.61% from 255 or 60.70% from 313); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E4DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E4DBE is #D1B241. Grayscale: #505050. Windows color (decimal): -13742658 or 12471598. OLE color: 12471598.

HSL color Cylindrical-coordinate representation of color #2E4DBE: hue angle of 227.08º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E4DBE is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4677190-
CMYK0.760.5900.25
HSL227.08º61.02%46.27%-
HSV(B)227.08º75.79%74.51%-
XYZ13.079.6149.88-
YUV80.61189.73103.31-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.70%
GREEN value IS 77 (30.47% from 255) = 24.60%
BLUE value IS 190 (74.61% from 255) = 60.70%
R=14.70%
G=24.60%
B=60.70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal46771900.760.5900.25227.0861.0246.27
Hex2E4DBE4C3B019e33d2e
Octal56115276114730313437556
Binary101110100110110111110100110011101101100111100011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,77,190); }

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

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

 a { background-color: rgb(46,77,190); }

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

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

 span { border-color: rgb(46,77,190); }

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