#2B52AC

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

Shades of Cerulean Blue #2B52AC

Tints of Cerulean Blue #2B52AC

Color information

#2B52AC (or 0x2B52AC) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 52 and AC. RGB value is (43,82,172). Sum of RGB (Red+Green+Blue) = 43+82+172=297 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.48% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 172 (67.58% from 255 or 57.91% from 297); Max value from RGB is 172 - color contains mainly: blue. Hex color #2B52AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B52AC is #D4AD53. Grayscale: #505050. Windows color (decimal): -13938004 or 11293227. OLE color: 11293227.

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

Color convert

RGB4382172-
CMYK0.750.5200.33
HSL221.86º60%42.16%-
HSV(B)221.86º75%67.45%-
XYZ11.469.5340.26-
YUV80.6179.58101.18-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.48%
GREEN value IS 82 (32.42% from 255) = 27.61%
BLUE value IS 172 (67.58% from 255) = 57.91%
R=14.48%
G=27.61%
B=57.91%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43821720.750.5200.33221.866042.16
Hex2B52AC4B34021de3c2a
Octal53122254113640413367452
Binary1010111010010101011001001011110100010000111011110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B52AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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