#2E4CA4

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

Shades of Cerulean Blue #2E4CA4

Tints of Cerulean Blue #2E4CA4

Color information

#2E4CA4 (or 0x2E4CA4) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 4C and A4. RGB value is (46,76,164). Sum of RGB (Red+Green+Blue) = 46+76+164=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 164 (64.45% from 255 or 57.34% from 286); Max value from RGB is 164 - color contains mainly: blue. Hex color #2E4CA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4CA4 is #D1B35B. Grayscale: #4C4C4C. Windows color (decimal): -13742940 or 10767406. OLE color: 10767406.

HSL color Cylindrical-coordinate representation of color #2E4CA4: hue angle of 224.75º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E4CA4 is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4676164-
CMYK0.720.5400.36
HSL224.75º56.19%41.18%-
HSV(B)224.75º71.95%64.31%-
XYZ10.418.4336.2-
YUV77.06177.06105.84-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.08%
GREEN value IS 76 (30.08% from 255) = 26.57%
BLUE value IS 164 (64.45% from 255) = 57.34%
R=16.08%
G=26.57%
B=57.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal46761640.720.5400.36224.7556.1941.18
Hex2E4CA44836024e13829
Octal56114244110660443417051
Binary1011101001100101001001001000110110010010011100001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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