#21275C

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

Shades of Lucky Point #21275C

Tints of Lucky Point #21275C

Color information

#21275C (or 0x21275C) is unknown color: approx Lucky Point. HEX triplet: 21, 27 and 5C. RGB value is (33,39,92). Sum of RGB (Red+Green+Blue) = 33+39+92=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 92 (36.33% from 255 or 56.10% from 164); Max value from RGB is 92 - color contains mainly: blue. Hex color #21275C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21275C is #DED8A3. Grayscale: #2B2B2B. Windows color (decimal): -14604452 or 6039329. OLE color: 6039329.

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

Color convert

RGB333992-
CMYK0.640.5800.64
HSL233.9º47.2%24.51%-
HSV(B)233.9º64.13%36.08%-
XYZ3.282.5510.44-
YUV43.25155.51120.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.12%
GREEN value IS 39 (15.62% from 255) = 23.78%
BLUE value IS 92 (36.33% from 255) = 56.10%
R=20.12%
G=23.78%
B=56.10%

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
Decimal3339920.640.5800.64233.947.224.51
Hex21275C403A040ea2f19
Octal41471341007201003525731
Binary10000110011110111001000000111010010000001110101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21275C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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