#21245C

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

Shades of Lucky Point #21245C

Tints of Lucky Point #21245C

Color information

#21245C (or 0x21245C) is unknown color: approx Lucky Point. HEX triplet: 21, 24 and 5C. RGB value is (33,36,92). Sum of RGB (Red+Green+Blue) = 33+36+92=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 92 (36.33% from 255 or 57.14% from 161); Max value from RGB is 92 - color contains mainly: blue. Hex color #21245C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21245C is #DEDBA3. Grayscale: #292929. Windows color (decimal): -14605220 or 6038561. OLE color: 6038561.

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

Color convert

RGB333692-
CMYK0.640.6100.64
HSL236.95º47.2%24.51%-
HSV(B)236.95º64.13%36.08%-
XYZ3.192.3610.41-
YUV41.49156.51121.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.50%
GREEN value IS 36 (14.45% from 255) = 22.36%
BLUE value IS 92 (36.33% from 255) = 57.14%
R=20.50%
G=22.36%
B=57.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3336920.640.6100.64236.9547.224.51
Hex21245C403D040ed2f19
Octal41441341007501003555731
Binary10000110010010111001000000111101010000001110110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21245C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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