#212951

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

Shades of Lucky Point #212951

Tints of Lucky Point #212951

Color information

#212951 (or 0x212951) is unknown color: approx Lucky Point. HEX triplet: 21, 29 and 51. RGB value is (33,41,81). Sum of RGB (Red+Green+Blue) = 33+41+81=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 81 (32.03% from 255 or 52.26% from 155); Max value from RGB is 81 - color contains mainly: blue. Hex color #212951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212951 is #DED6AE. Grayscale: #2B2B2B. Windows color (decimal): -14603951 or 5318945. OLE color: 5318945.

HSL color Cylindrical-coordinate representation of color #212951: hue angle of 230º 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 #212951 is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB334181-
CMYK0.590.4900.68
HSL230º42.11%22.35%-
HSV(B)230º59.26%31.76%-
XYZ2.912.58.11-
YUV43.17149.35120.75-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.29%
GREEN value IS 41 (16.41% from 255) = 26.45%
BLUE value IS 81 (32.03% from 255) = 52.26%
R=21.29%
G=26.45%
B=52.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3341810.590.4900.6823042.1122.35
Hex2129513B31044e62a16
Octal4151121736101043465226
Binary1000011010011010001111011110001010001001110011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212951; }

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

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

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

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

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

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

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

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