#212551

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

Shades of Lucky Point #212551

Tints of Lucky Point #212551

Color information

#212551 (or 0x212551) is unknown color: approx Lucky Point. HEX triplet: 21, 25 and 51. RGB value is (33,37,81). Sum of RGB (Red+Green+Blue) = 33+37+81=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 81 (32.03% from 255 or 53.64% from 151); Max value from RGB is 81 - color contains mainly: blue. Hex color #212551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212551 is #DEDAAE. Grayscale: #282828. Windows color (decimal): -14604975 or 5317921. OLE color: 5317921.

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

Color convert

RGB333781-
CMYK0.590.5400.68
HSL235º42.11%22.35%-
HSV(B)235º59.26%31.76%-
XYZ2.772.248.07-
YUV40.82150.67122.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.85%
GREEN value IS 37 (14.84% from 255) = 24.50%
BLUE value IS 81 (32.03% from 255) = 53.64%
R=21.85%
G=24.50%
B=53.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3337810.590.5400.6823542.1122.35
Hex2125513B36044eb2a16
Octal4145121736601043535226
Binary1000011001011010001111011110110010001001110101110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212551; }

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

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

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

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

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

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

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

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