#212649

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

Shades of Lucky Point #212649

Tints of Lucky Point #212649

Color information

#212649 (or 0x212649) is unknown color: approx Lucky Point. HEX triplet: 21, 26 and 49. RGB value is (33,38,73). Sum of RGB (Red+Green+Blue) = 33+38+73=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 73 (28.91% from 255 or 50.69% from 144); Max value from RGB is 73 - color contains mainly: blue. Hex color #212649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212649 is #DED9B6. Grayscale: #282828. Windows color (decimal): -14604727 or 4793889. OLE color: 4793889.

HSL color Cylindrical-coordinate representation of color #212649: hue angle of 232.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #212649 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB333873-
CMYK0.550.4800.71
HSL232.5º37.74%20.78%-
HSV(B)232.5º54.79%28.63%-
XYZ2.522.196.59-
YUV40.49146.34122.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.92%
GREEN value IS 38 (15.23% from 255) = 26.39%
BLUE value IS 73 (28.91% from 255) = 50.69%
R=22.92%
G=26.39%
B=50.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3338730.550.4800.71232.537.7420.78
Hex2126493730047e82615
Octal4146111676001073504625
Binary1000011001101001001110111110000010001111110100010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212649; }

 p { color: rgb(33,38,73); }

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

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

 a { background-color: rgb(33,38,73); }

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

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

 span { border-color: rgb(33,38,73); }

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