#2B52D2

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

Shades of Cerulean Blue #2B52D2

Tints of Cerulean Blue #2B52D2

Color information

#2B52D2 (or 0x2B52D2) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 52 and D2. RGB value is (43,82,210). Sum of RGB (Red+Green+Blue) = 43+82+210=335 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.84% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 210 (82.42% from 255 or 62.69% from 335); Max value from RGB is 210 - color contains mainly: blue. Hex color #2B52D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B52D2 is #D4AD2D. Grayscale: #545454. Windows color (decimal): -13937966 or 13783595. OLE color: 13783595.

HSL color Cylindrical-coordinate representation of color #2B52D2: hue angle of 225.99º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B52D2 is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4382210-
CMYK0.800.6100.18
HSL225.99º66.01%49.61%-
HSV(B)225.99º79.52%82.35%-
XYZ15.6511.262.31-
YUV84.93198.5898.09-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.84%
GREEN value IS 82 (32.42% from 255) = 24.48%
BLUE value IS 210 (82.42% from 255) = 62.69%
R=12.84%
G=24.48%
B=62.69%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal43822100.800.6100.18225.9966.0149.61
Hex2B52D2503D012e24232
Octal531223221207502234210262
Binary1010111010010110100101010000111101010010111000101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B52D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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