#212D59

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

Shades of Lucky Point #212D59

Tints of Lucky Point #212D59

Color information

#212D59 (or 0x212D59) is unknown color: approx Lucky Point. HEX triplet: 21, 2D and 59. RGB value is (33,45,89). Sum of RGB (Red+Green+Blue) = 33+45+89=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 89 (35.16% from 255 or 53.29% from 167); Max value from RGB is 89 - color contains mainly: blue. Hex color #212D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212D59 is #DED2A6. Grayscale: #2E2E2E. Windows color (decimal): -14602919 or 5844257. OLE color: 5844257.

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

Color convert

RGB334589-
CMYK0.630.4900.65
HSL227.14º45.9%23.92%-
HSV(B)227.14º62.92%34.9%-
XYZ3.372.929.84-
YUV46.43152.02118.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.76%
GREEN value IS 45 (17.97% from 255) = 26.95%
BLUE value IS 89 (35.16% from 255) = 53.29%
R=19.76%
G=26.95%
B=53.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3345890.630.4900.65227.1445.923.92
Hex212D593F31041e32e18
Octal4155131776101013435630
Binary1000011011011011001111111110001010000011110001110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212D59; }

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

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

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

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

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

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

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

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