#2A51AE

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

Shades of Cerulean Blue #2A51AE

Tints of Cerulean Blue #2A51AE

Color information

#2A51AE (or 0x2A51AE) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 51 and AE. RGB value is (42,81,174). Sum of RGB (Red+Green+Blue) = 42+81+174=297 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.14% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 174 (68.36% from 255 or 58.59% from 297); Max value from RGB is 174 - color contains mainly: blue. Hex color #2A51AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A51AE is #D5AE51. Grayscale: #4F4F4F. Windows color (decimal): -14003794 or 11424042. OLE color: 11424042.

HSL color Cylindrical-coordinate representation of color #2A51AE: hue angle of 222.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 #2A51AE is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4281174-
CMYK0.760.5300.32
HSL222.27º61.11%42.35%-
HSV(B)222.27º75.86%68.24%-
XYZ11.549.4341.26-
YUV79.94181.08100.94-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.14%
GREEN value IS 81 (32.03% from 255) = 27.27%
BLUE value IS 174 (68.36% from 255) = 58.59%
R=14.14%
G=27.27%
B=58.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal42811740.760.5300.32222.2761.1142.35
Hex2A51AE4C35020de3d2a
Octal52121256114650403367552
Binary1010101010001101011101001100110101010000011011110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A51AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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