#2A52AC

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

Shades of Cerulean Blue #2A52AC

Tints of Cerulean Blue #2A52AC

Color information

#2A52AC (or 0x2A52AC) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 52 and AC. RGB value is (42,82,172). Sum of RGB (Red+Green+Blue) = 42+82+172=296 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.19% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #2A52AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A52AC is #D5AD53. Grayscale: #4F4F4F. Windows color (decimal): -14003540 or 11293226. OLE color: 11293226.

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

Color convert

RGB4282172-
CMYK0.760.5200.33
HSL221.54º60.75%41.96%-
HSV(B)221.54º75.58%67.45%-
XYZ11.429.5140.26-
YUV80.3179.75100.68-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.19%
GREEN value IS 82 (32.42% from 255) = 27.70%
BLUE value IS 172 (67.58% from 255) = 58.11%
R=14.19%
G=27.70%
B=58.11%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42821720.760.5200.33221.5460.7541.96
Hex2A52AC4C34021de3d2a
Octal52122254114640413367552
Binary1010101010010101011001001100110100010000111011110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A52AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,82,172); }

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

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

 a { background-color: rgb(42,82,172); }

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

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

 span { border-color: rgb(42,82,172); }

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