#2E4AA6

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

Shades of Cerulean Blue #2E4AA6

Tints of Cerulean Blue #2E4AA6

Color information

#2E4AA6 (or 0x2E4AA6) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 4A and A6. RGB value is (46,74,166). Sum of RGB (Red+Green+Blue) = 46+74+166=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 166 (65.23% from 255 or 58.04% from 286); Max value from RGB is 166 - color contains mainly: blue. Hex color #2E4AA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4AA6 is #D1B559. Grayscale: #4B4B4B. Windows color (decimal): -13743450 or 10897966. OLE color: 10897966.

HSL color Cylindrical-coordinate representation of color #2E4AA6: hue angle of 226º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E4AA6 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4674166-
CMYK0.720.5500.35
HSL226º56.6%41.57%-
HSV(B)226º72.29%65.1%-
XYZ10.468.2337.11-
YUV76.12178.72106.52-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.08%
GREEN value IS 74 (29.30% from 255) = 25.87%
BLUE value IS 166 (65.23% from 255) = 58.04%
R=16.08%
G=25.87%
B=58.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal46741660.720.5500.3522656.641.57
Hex2E4AA64837023e2392a
Octal56112246110670433427152
Binary1011101001010101001101001000110111010001111100010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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