#21255B

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

Shades of Lucky Point #21255B

Tints of Lucky Point #21255B

Color information

#21255B (or 0x21255B) is unknown color: approx Lucky Point. HEX triplet: 21, 25 and 5B. RGB value is (33,37,91). Sum of RGB (Red+Green+Blue) = 33+37+91=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 91 (35.94% from 255 or 56.52% from 161); Max value from RGB is 91 - color contains mainly: blue. Hex color #21255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21255B is #DEDAA4. Grayscale: #292929. Windows color (decimal): -14604965 or 5973281. OLE color: 5973281.

HSL color Cylindrical-coordinate representation of color #21255B: hue angle of 235.86º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21255B is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB333791-
CMYK0.640.5900.64
HSL235.86º46.77%24.31%-
HSV(B)235.86º63.74%35.69%-
XYZ3.182.410.19-
YUV41.96155.67121.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.50%
GREEN value IS 37 (14.84% from 255) = 22.98%
BLUE value IS 91 (35.94% from 255) = 56.52%
R=20.50%
G=22.98%
B=56.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3337910.640.5900.64235.8646.7724.31
Hex21255B403B040ec2f18
Octal41451331007301003545730
Binary10000110010110110111000000111011010000001110110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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