#2b52aa

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

Shades of Cerulean Blue #2B52AA

Tints of Cerulean Blue #2B52AA

Color information

#2B52AA (or 0x2B52AA) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 52 and AA. RGB value is (43,82,170). Sum of RGB (Red+Green+Blue) = 43+82+170=295 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.58% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B52AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B52AA is #D4AD55. Grayscale: #4F4F4F. Windows color (decimal): -13938006 or 11162155. OLE color: 11162155.

HSL color Cylindrical-coordinate representation of color #2B52AA: hue angle of 221.57º 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 #2B52AA is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4382170-
CMYK0.750.5200.33
HSL221.57º59.62%41.76%-
HSV(B)221.57º74.71%66.67%-
XYZ11.279.4539.26-
YUV80.37178.58101.34-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.58%
GREEN value IS 82 (32.42% from 255) = 27.80%
BLUE value IS 170 (66.80% from 255) = 57.63%
R=14.58%
G=27.80%
B=57.63%

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
Decimal43821700.750.5200.33221.5759.6241.76
Hex2B52AA4B34021de3c2a
Octal53122252113640413367452
Binary1010111010010101010101001011110100010000111011110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b52aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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