#21255e

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

Shades of Lucky Point #21255E

Tints of Lucky Point #21255E

Color information

#21255E (or 0x21255E) is unknown color: approx Lucky Point. HEX triplet: 21, 25 and 5E. RGB value is (33,37,94). Sum of RGB (Red+Green+Blue) = 33+37+94=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 94 (37.11% from 255 or 57.32% from 164); Max value from RGB is 94 - color contains mainly: blue. Hex color #21255E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21255E is #DEDAA1. Grayscale: #2A2A2A. Windows color (decimal): -14604962 or 6169889. OLE color: 6169889.

HSL color Cylindrical-coordinate representation of color #21255E: hue angle of 236.07º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21255E is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB333794-
CMYK0.650.6100.63
HSL236.07º48.03%24.9%-
HSV(B)236.07º64.89%36.86%-
XYZ3.312.4510.89-
YUV42.3157.17121.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.12%
GREEN value IS 37 (14.84% from 255) = 22.56%
BLUE value IS 94 (37.11% from 255) = 57.32%
R=20.12%
G=22.56%
B=57.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3337940.650.6100.63236.0748.0324.9
Hex21255E413D03Fec3019
Octal4145136101750773546031
Binary1000011001011011110100000111110101111111110110011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21255e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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