#2E4CC0

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

Shades of Cerulean Blue #2E4CC0

Tints of Cerulean Blue #2E4CC0

Color information

#2E4CC0 (or 0x2E4CC0) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 4C and C0. RGB value is (46,76,192). Sum of RGB (Red+Green+Blue) = 46+76+192=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 192 (75.39% from 255 or 61.15% from 314); Max value from RGB is 192 - color contains mainly: blue. Hex color #2E4CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E4CC0 is #D1B33F. Grayscale: #4F4F4F. Windows color (decimal): -13742912 or 12602414. OLE color: 12602414.

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

Color convert

RGB4676192-
CMYK0.760.6000.25
HSL227.67º61.34%46.67%-
HSV(B)227.67º76.04%75.29%-
XYZ13.239.5651.02-
YUV80.25191.06103.57-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.65%
GREEN value IS 76 (30.08% from 255) = 24.20%
BLUE value IS 192 (75.39% from 255) = 61.15%
R=14.65%
G=24.20%
B=61.15%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal46761920.760.6000.25227.6761.3446.67
Hex2E4CC04C3C019e43d2f
Octal56114300114740313447557
Binary101110100110011000000100110011110001100111100100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,76,192); }

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

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

 a { background-color: rgb(46,76,192); }

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

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

 span { border-color: rgb(46,76,192); }

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