#2A46AE

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

Shades of Cerulean Blue #2A46AE

Tints of Cerulean Blue #2A46AE

Color information

#2A46AE (or 0x2A46AE) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 46 and AE. RGB value is (42,70,174). Sum of RGB (Red+Green+Blue) = 42+70+174=286 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.69% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #2A46AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A46AE is #D5B951. Grayscale: #494949. Windows color (decimal): -14006610 or 11421226. OLE color: 11421226.

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

Color convert

RGB4270174-
CMYK0.760.6000.32
HSL227.27º61.11%42.35%-
HSV(B)227.27º75.86%68.24%-
XYZ10.787.9341.01-
YUV73.48184.72105.54-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.69%
GREEN value IS 70 (27.73% from 255) = 24.48%
BLUE value IS 174 (68.36% from 255) = 60.84%
R=14.69%
G=24.48%
B=60.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal42701740.760.6000.32227.2761.1142.35
Hex2A46AE4C3C020e33d2a
Octal52106256114740403437552
Binary1010101000110101011101001100111100010000011100011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A46AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,70,174); }

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

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

 a { background-color: rgb(42,70,174); }

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

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

 span { border-color: rgb(42,70,174); }

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