#21254F

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

Shades of Lucky Point #21254F

Tints of Lucky Point #21254F

Color information

#21254F (or 0x21254F) is unknown color: approx Lucky Point. HEX triplet: 21, 25 and 4F. RGB value is (33,37,79). Sum of RGB (Red+Green+Blue) = 33+37+79=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 79 (31.25% from 255 or 53.02% from 149); Max value from RGB is 79 - color contains mainly: blue. Hex color #21254F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21254F is #DEDAB0. Grayscale: #282828. Windows color (decimal): -14604977 or 5186849. OLE color: 5186849.

HSL color Cylindrical-coordinate representation of color #21254F: hue angle of 234.78º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #21254F is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB333779-
CMYK0.580.5300.69
HSL234.78º41.07%21.96%-
HSV(B)234.78º58.23%30.98%-
XYZ2.72.217.68-
YUV40.59149.67122.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.15%
GREEN value IS 37 (14.84% from 255) = 24.83%
BLUE value IS 79 (31.25% from 255) = 53.02%
R=22.15%
G=24.83%
B=53.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3337790.580.5300.69234.7841.0721.96
Hex21254F3A35045eb2916
Octal4145117726501053535126
Binary1000011001011001111111010110101010001011110101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21254F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21254F; }

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

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

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

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

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

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

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

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