#212552

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

Shades of Lucky Point #212552

Tints of Lucky Point #212552

Color information

#212552 (or 0x212552) is unknown color: approx Lucky Point. HEX triplet: 21, 25 and 52. RGB value is (33,37,82). Sum of RGB (Red+Green+Blue) = 33+37+82=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 82 (32.42% from 255 or 53.95% from 152); Max value from RGB is 82 - color contains mainly: blue. Hex color #212552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212552 is #DEDAAD. Grayscale: #282828. Windows color (decimal): -14604974 or 5383457. OLE color: 5383457.

HSL color Cylindrical-coordinate representation of color #212552: hue angle of 235.1º 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 #212552 is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB333782-
CMYK0.600.5500.68
HSL235.1º42.61%22.55%-
HSV(B)235.1º59.76%32.16%-
XYZ2.812.268.27-
YUV40.93151.17122.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.71%
GREEN value IS 37 (14.84% from 255) = 24.34%
BLUE value IS 82 (32.42% from 255) = 53.95%
R=21.71%
G=24.34%
B=53.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3337820.600.5500.68235.142.6122.55
Hex2125523C37044eb2b17
Octal4145122746701043535327
Binary1000011001011010010111100110111010001001110101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212552; }

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

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

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

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

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

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

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

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