#212851

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

Shades of Lucky Point #212851

Tints of Lucky Point #212851

Color information

#212851 (or 0x212851) is unknown color: approx Lucky Point. HEX triplet: 21, 28 and 51. RGB value is (33,40,81). Sum of RGB (Red+Green+Blue) = 33+40+81=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #212851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212851 is #DED7AE. Grayscale: #2A2A2A. Windows color (decimal): -14604207 or 5318689. OLE color: 5318689.

HSL color Cylindrical-coordinate representation of color #212851: hue angle of 231.25º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #212851 is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB334081-
CMYK0.590.5100.68
HSL231.25º42.11%22.35%-
HSV(B)231.25º59.26%31.76%-
XYZ2.872.438.1-
YUV42.58149.68121.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.43%
GREEN value IS 40 (16.02% from 255) = 25.97%
BLUE value IS 81 (32.03% from 255) = 52.60%
R=21.43%
G=25.97%
B=52.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3340810.590.5100.68231.2542.1122.35
Hex2128513B33044e72a16
Octal4150121736301043475226
Binary1000011010001010001111011110011010001001110011110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212851; }

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

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

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

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

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

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

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

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