#21295D

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

Shades of Lucky Point #21295D

Tints of Lucky Point #21295D

Color information

#21295D (or 0x21295D) is unknown color: approx Lucky Point. HEX triplet: 21, 29 and 5D. RGB value is (33,41,93). Sum of RGB (Red+Green+Blue) = 33+41+93=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 93 (36.72% from 255 or 55.69% from 167); Max value from RGB is 93 - color contains mainly: blue. Hex color #21295D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21295D is #DED6A2. Grayscale: #2C2C2C. Windows color (decimal): -14603939 or 6105377. OLE color: 6105377.

HSL color Cylindrical-coordinate representation of color #21295D: hue angle of 232º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21295D is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB334193-
CMYK0.650.5600.64
HSL232º47.62%24.71%-
HSV(B)232º64.52%36.47%-
XYZ3.42.710.7-
YUV44.54155.35119.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.76%
GREEN value IS 41 (16.41% from 255) = 24.55%
BLUE value IS 93 (36.72% from 255) = 55.69%
R=19.76%
G=24.55%
B=55.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3341930.650.5600.6423247.6224.71
Hex21295D4138040e83019
Octal41511351017001003506031
Binary10000110100110111011000001111000010000001110100011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21295D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21295D; }

 p { color: rgb(33,41,93); }

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

<style>
 a { background-color: #21295D; }

 a { background-color: rgb(33,41,93); }

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

<style>
 span { border-color: #21295D; }

 span { border-color: rgb(33,41,93); }

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