#212C59

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

Shades of Lucky Point #212C59

Tints of Lucky Point #212C59

Color information

#212C59 (or 0x212C59) is unknown color: approx Lucky Point. HEX triplet: 21, 2C and 59. RGB value is (33,44,89). Sum of RGB (Red+Green+Blue) = 33+44+89=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 44 (17.58% from 255 or 26.51% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #212C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212C59 is #DED3A6. Grayscale: #2D2D2D. Windows color (decimal): -14603175 or 5844001. OLE color: 5844001.

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

Color convert

RGB334489-
CMYK0.630.5100.65
HSL228.21º45.9%23.92%-
HSV(B)228.21º62.92%34.9%-
XYZ3.332.859.82-
YUV45.84152.36118.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.88%
GREEN value IS 44 (17.58% from 255) = 26.51%
BLUE value IS 89 (35.16% from 255) = 53.61%
R=19.88%
G=26.51%
B=53.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3344890.630.5100.65228.2145.923.92
Hex212C593F33041e42e18
Octal4154131776301013445630
Binary1000011011001011001111111110011010000011110010010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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