#212553

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

Shades of Lucky Point #212553

Tints of Lucky Point #212553

Color information

#212553 (or 0x212553) is unknown color: approx Lucky Point. HEX triplet: 21, 25 and 53. RGB value is (33,37,83). Sum of RGB (Red+Green+Blue) = 33+37+83=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 83 (32.81% from 255 or 54.25% from 153); Max value from RGB is 83 - color contains mainly: blue. Hex color #212553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212553 is #DEDAAC. Grayscale: #282828. Windows color (decimal): -14604973 or 5448993. OLE color: 5448993.

HSL color Cylindrical-coordinate representation of color #212553: hue angle of 235.2º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #212553 is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB333783-
CMYK0.600.5500.67
HSL235.2º43.1%22.75%-
HSV(B)235.2º60.24%32.55%-
XYZ2.852.278.47-
YUV41.05151.67122.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.57%
GREEN value IS 37 (14.84% from 255) = 24.18%
BLUE value IS 83 (32.81% from 255) = 54.25%
R=21.57%
G=24.18%
B=54.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3337830.600.5500.67235.243.122.75
Hex2125533C37043eb2b17
Octal4145123746701033535327
Binary1000011001011010011111100110111010000111110101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212553; }

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

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

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

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

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

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

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

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