#21255A

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

Shades of Lucky Point #21255A

Tints of Lucky Point #21255A

Color information

#21255A (or 0x21255A) is unknown color: approx Lucky Point. HEX triplet: 21, 25 and 5A. RGB value is (33,37,90). Sum of RGB (Red+Green+Blue) = 33+37+90=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 90 (35.55% from 255 or 56.25% from 160); Max value from RGB is 90 - color contains mainly: blue. Hex color #21255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21255A is #DEDAA5. Grayscale: #292929. Windows color (decimal): -14604966 or 5907745. OLE color: 5907745.

HSL color Cylindrical-coordinate representation of color #21255A: hue angle of 235.79º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #21255A is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB333790-
CMYK0.630.5900.65
HSL235.79º46.34%24.12%-
HSV(B)235.79º63.33%35.29%-
XYZ3.132.389.97-
YUV41.85155.17121.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.62%
GREEN value IS 37 (14.84% from 255) = 23.12%
BLUE value IS 90 (35.55% from 255) = 56.25%
R=20.62%
G=23.12%
B=56.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3337900.630.5900.65235.7946.3424.12
Hex21255A3F3B041ec2e18
Octal4145132777301013545630
Binary1000011001011011010111111111011010000011110110010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21255A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21255A; }

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

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

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

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

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

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

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

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