#212855

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

Shades of Lucky Point #212855

Tints of Lucky Point #212855

Color information

#212855 (or 0x212855) is unknown color: approx Lucky Point. HEX triplet: 21, 28 and 55. RGB value is (33,40,85). Sum of RGB (Red+Green+Blue) = 33+40+85=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #212855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212855 is #DED7AA. Grayscale: #2A2A2A. Windows color (decimal): -14604203 or 5580833. OLE color: 5580833.

HSL color Cylindrical-coordinate representation of color #212855: hue angle of 231.92º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #212855 is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB334085-
CMYK0.610.5300.67
HSL231.92º44.07%23.14%-
HSV(B)231.92º61.18%33.33%-
XYZ3.032.58.92-
YUV43.04151.68120.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.89%
GREEN value IS 40 (16.02% from 255) = 25.32%
BLUE value IS 85 (33.59% from 255) = 53.80%
R=20.89%
G=25.32%
B=53.80%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3340850.610.5300.67231.9244.0723.14
Hex2128553D35043e82c17
Octal4150125756501033505427
Binary1000011010001010101111101110101010000111110100010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212855; }

 p { color: rgb(33,40,85); }

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

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

 a { background-color: rgb(33,40,85); }

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

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

 span { border-color: rgb(33,40,85); }

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