#21265B

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

Shades of Lucky Point #21265B

Tints of Lucky Point #21265B

Color information

#21265B (or 0x21265B) is unknown color: approx Lucky Point. HEX triplet: 21, 26 and 5B. RGB value is (33,38,91). Sum of RGB (Red+Green+Blue) = 33+38+91=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 91 (35.94% from 255 or 56.17% from 162); Max value from RGB is 91 - color contains mainly: blue. Hex color #21265B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21265B is #DED9A4. Grayscale: #2A2A2A. Windows color (decimal): -14604709 or 5973537. OLE color: 5973537.

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

Color convert

RGB333891-
CMYK0.640.5800.64
HSL234.83º46.77%24.31%-
HSV(B)234.83º63.74%35.69%-
XYZ3.212.4610.2-
YUV42.55155.34121.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.37%
GREEN value IS 38 (15.23% from 255) = 23.46%
BLUE value IS 91 (35.94% from 255) = 56.17%
R=20.37%
G=23.46%
B=56.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3338910.640.5800.64234.8346.7724.31
Hex21265B403A040eb2f18
Octal41461331007201003535730
Binary10000110011010110111000000111010010000001110101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21265B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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