#212759

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

Shades of Lucky Point #212759

Tints of Lucky Point #212759

Color information

#212759 (or 0x212759) is unknown color: approx Lucky Point. HEX triplet: 21, 27 and 59. RGB value is (33,39,89). Sum of RGB (Red+Green+Blue) = 33+39+89=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 39 (15.62% from 255 or 24.22% from 161); Blue value is 89 (35.16% from 255 or 55.28% from 161); Max value from RGB is 89 - color contains mainly: blue. Hex color #212759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212759 is #DED8A6. Grayscale: #2A2A2A. Windows color (decimal): -14604455 or 5842721. OLE color: 5842721.

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

Color convert

RGB333989-
CMYK0.630.5600.65
HSL233.57º45.9%23.92%-
HSV(B)233.57º62.92%34.9%-
XYZ3.162.59.77-
YUV42.91154.01120.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.50%
GREEN value IS 39 (15.62% from 255) = 24.22%
BLUE value IS 89 (35.16% from 255) = 55.28%
R=20.50%
G=24.22%
B=55.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3339890.630.5600.65233.5745.923.92
Hex2127593F38041ea2e18
Octal4147131777001013525630
Binary1000011001111011001111111111000010000011110101010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212759; }

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

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

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

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

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

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

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

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