#21224D

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

Shades of Lucky Point #21224D

Tints of Lucky Point #21224D

Color information

#21224D (or 0x21224D) is unknown color: approx Lucky Point. HEX triplet: 21, 22 and 4D. RGB value is (33,34,77). Sum of RGB (Red+Green+Blue) = 33+34+77=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 77 (30.47% from 255 or 53.47% from 144); Max value from RGB is 77 - color contains mainly: blue. Hex color #21224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21224D is #DEDDB2. Grayscale: #262626. Windows color (decimal): -14605747 or 5055009. OLE color: 5055009.

HSL color Cylindrical-coordinate representation of color #21224D: hue angle of 238.64º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #21224D is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB333477-
CMYK0.570.5600.70
HSL238.64º40%21.57%-
HSV(B)238.64º57.14%30.2%-
XYZ2.5427.27-
YUV38.6149.67124-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.92%
GREEN value IS 34 (13.67% from 255) = 23.61%
BLUE value IS 77 (30.47% from 255) = 53.47%
R=22.92%
G=23.61%
B=53.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3334770.570.5600.70238.644021.57
Hex21224D3938046ef2816
Octal4142115717001063575026
Binary1000011000101001101111001111000010001101110111110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21224D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21224D; }

 p { color: rgb(33,34,77); }

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

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

 a { background-color: rgb(33,34,77); }

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

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

 span { border-color: rgb(33,34,77); }

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