#2E43C9

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

Shades of Cerulean Blue #2E43C9

Tints of Cerulean Blue #2E43C9

Color information

#2E43C9 (or 0x2E43C9) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 43 and C9. RGB value is (46,67,201). Sum of RGB (Red+Green+Blue) = 46+67+201=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 201 (78.91% from 255 or 64.01% from 314); Max value from RGB is 201 - color contains mainly: blue. Hex color #2E43C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E43C9 is #D1BC36. Grayscale: #4B4B4B. Windows color (decimal): -13745207 or 13189934. OLE color: 13189934.

HSL color Cylindrical-coordinate representation of color #2E43C9: hue angle of 231.87º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E43C9 is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4667201-
CMYK0.770.6700.21
HSL231.87º62.75%48.43%-
HSV(B)231.87º77.11%78.82%-
XYZ13.688.8156.24-
YUV76198.54106.6-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.65%
GREEN value IS 67 (26.56% from 255) = 21.34%
BLUE value IS 201 (78.91% from 255) = 64.01%
R=14.65%
G=21.34%
B=64.01%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal46672010.770.6700.21231.8762.7548.43
Hex2E43C94D43015e83f30
Octal561033111151030253507760
Binary1011101000011110010011001101100001101010111101000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E43C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,67,201); }

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

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

 a { background-color: rgb(46,67,201); }

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

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

 span { border-color: rgb(46,67,201); }

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