#212459

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

Shades of Lucky Point #212459

Tints of Lucky Point #212459

Color information

#212459 (or 0x212459) is unknown color: approx Lucky Point. HEX triplet: 21, 24 and 59. RGB value is (33,36,89). Sum of RGB (Red+Green+Blue) = 33+36+89=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 89 (35.16% from 255 or 56.33% from 158); Max value from RGB is 89 - color contains mainly: blue. Hex color #212459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212459 is #DEDBA6. Grayscale: #282828. Windows color (decimal): -14605223 or 5841953. OLE color: 5841953.

HSL color Cylindrical-coordinate representation of color #212459: hue angle of 236.79º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #212459 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB333689-
CMYK0.630.6000.65
HSL236.79º45.9%23.92%-
HSV(B)236.79º62.92%34.9%-
XYZ3.062.319.74-
YUV41.14155.01122.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.89%
GREEN value IS 36 (14.45% from 255) = 22.78%
BLUE value IS 89 (35.16% from 255) = 56.33%
R=20.89%
G=22.78%
B=56.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3336890.630.6000.65236.7945.923.92
Hex2124593F3C041ed2e18
Octal4144131777401013555630
Binary1000011001001011001111111111100010000011110110110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212459; }

 p { color: rgb(33,36,89); }

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

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

 a { background-color: rgb(33,36,89); }

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

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

 span { border-color: rgb(33,36,89); }

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