#212B52

Color #212B52 Lucky Point (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky Point #212B52

Tints of Lucky Point #212B52

Color information

#212B52 (or 0x212B52) is unknown color: approx Lucky Point. HEX triplet: 21, 2B and 52. RGB value is (33,43,82). Sum of RGB (Red+Green+Blue) = 33+43+82=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 82 (32.42% from 255 or 51.90% from 158); Max value from RGB is 82 - color contains mainly: blue. Hex color #212B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212B52 is #DED4AD. Grayscale: #2C2C2C. Windows color (decimal): -14603438 or 5384993. OLE color: 5384993.

HSL color Cylindrical-coordinate representation of color #212B52: hue angle of 227.76º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #212B52 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB334382-
CMYK0.600.4800.68
HSL227.76º42.61%22.55%-
HSV(B)227.76º59.76%32.16%-
XYZ3.012.668.34-
YUV44.46149.19119.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.89%
GREEN value IS 43 (17.19% from 255) = 27.22%
BLUE value IS 82 (32.42% from 255) = 51.90%
R=20.89%
G=27.22%
B=51.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3343820.600.4800.68227.7642.6122.55
Hex212B523C30044e42b17
Octal4153122746001043445327
Binary1000011010111010010111100110000010001001110010010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212B52; }

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

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

<style>
 a { background-color: #212B52; }

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

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

<style>
 span { border-color: #212B52; }

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

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