#21245B

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

Shades of Lucky Point #21245B

Tints of Lucky Point #21245B

Color information

#21245B (or 0x21245B) is unknown color: approx Lucky Point. HEX triplet: 21, 24 and 5B. RGB value is (33,36,91). Sum of RGB (Red+Green+Blue) = 33+36+91=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 91 (35.94% from 255 or 56.88% from 160); Max value from RGB is 91 - color contains mainly: blue. Hex color #21245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21245B is #DEDBA4. Grayscale: #292929. Windows color (decimal): -14605221 or 5973025. OLE color: 5973025.

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

Color convert

RGB333691-
CMYK0.640.6000.64
HSL236.9º46.77%24.31%-
HSV(B)236.9º63.74%35.69%-
XYZ3.152.3410.18-
YUV41.37156.01122.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.62%
GREEN value IS 36 (14.45% from 255) = 22.5%
BLUE value IS 91 (35.94% from 255) = 56.88%
R=20.62%
G=22.5%
B=56.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3336910.640.6000.64236.946.7724.31
Hex21245B403C040ed2f18
Octal41441331007401003555730
Binary10000110010010110111000000111100010000001110110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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