#212959

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

Shades of Lucky Point #212959

Tints of Lucky Point #212959

Color information

#212959 (or 0x212959) is unknown color: approx Lucky Point. HEX triplet: 21, 29 and 59. RGB value is (33,41,89). Sum of RGB (Red+Green+Blue) = 33+41+89=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 89 (35.16% from 255 or 54.60% from 163); Max value from RGB is 89 - color contains mainly: blue. Hex color #212959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212959 is #DED6A6. Grayscale: #2B2B2B. Windows color (decimal): -14603943 or 5843233. OLE color: 5843233.

HSL color Cylindrical-coordinate representation of color #212959: hue angle of 231.43º 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 #212959 is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB334189-
CMYK0.630.5400.65
HSL231.43º45.9%23.92%-
HSV(B)231.43º62.92%34.9%-
XYZ3.222.639.79-
YUV44.08153.35120.1-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.25%
GREEN value IS 41 (16.41% from 255) = 25.15%
BLUE value IS 89 (35.16% from 255) = 54.60%
R=20.25%
G=25.15%
B=54.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3341890.630.5400.65231.4345.923.92
Hex2129593F36041e72e18
Octal4151131776601013475630
Binary1000011010011011001111111110110010000011110011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212959; }

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

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

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

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

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

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

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

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