#21275D

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

Shades of Lucky Point #21275D

Tints of Lucky Point #21275D

Color information

#21275D (or 0x21275D) is unknown color: approx Lucky Point. HEX triplet: 21, 27 and 5D. RGB value is (33,39,93). Sum of RGB (Red+Green+Blue) = 33+39+93=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #21275D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21275D is #DED8A2. Grayscale: #2B2B2B. Windows color (decimal): -14604451 or 6104865. OLE color: 6104865.

HSL color Cylindrical-coordinate representation of color #21275D: hue angle of 234º 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 #21275D is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB333993-
CMYK0.650.5800.64
HSL234º47.62%24.71%-
HSV(B)234º64.52%36.47%-
XYZ3.332.5610.68-
YUV43.36156.01120.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20%
GREEN value IS 39 (15.62% from 255) = 23.64%
BLUE value IS 93 (36.72% from 255) = 56.36%
R=20%
G=23.64%
B=56.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3339930.650.5800.6423447.6224.71
Hex21275D413A040ea3019
Octal41471351017201003526031
Binary10000110011110111011000001111010010000001110101011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21275D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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