#21224B

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

Shades of Lucky Point #21224B

Tints of Lucky Point #21224B

Color information

#21224B (or 0x21224B) is unknown color: approx Lucky Point. HEX triplet: 21, 22 and 4B. RGB value is (33,34,75). Sum of RGB (Red+Green+Blue) = 33+34+75=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 75 (29.69% from 255 or 52.82% from 142); Max value from RGB is 75 - color contains mainly: blue. Hex color #21224B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21224B is #DEDDB4. Grayscale: #262626. Windows color (decimal): -14605749 or 4923937. OLE color: 4923937.

HSL color Cylindrical-coordinate representation of color #21224B: hue angle of 238.57º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #21224B is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB333475-
CMYK0.560.5500.71
HSL238.57º38.89%21.18%-
HSV(B)238.57º56%29.41%-
XYZ2.471.986.91-
YUV38.38148.67124.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.24%
GREEN value IS 34 (13.67% from 255) = 23.94%
BLUE value IS 75 (29.69% from 255) = 52.82%
R=23.24%
G=23.94%
B=52.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3334750.560.5500.71238.5738.8921.18
Hex21224B3837047ef2715
Octal4142113706701073574725
Binary1000011000101001011111000110111010001111110111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21224B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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