#21275A

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

Shades of Lucky Point #21275A

Tints of Lucky Point #21275A

Color information

#21275A (or 0x21275A) is unknown color: approx Lucky Point. HEX triplet: 21, 27 and 5A. RGB value is (33,39,90). Sum of RGB (Red+Green+Blue) = 33+39+90=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 90 (35.55% from 255 or 55.56% from 162); Max value from RGB is 90 - color contains mainly: blue. Hex color #21275A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21275A is #DED8A5. Grayscale: #2A2A2A. Windows color (decimal): -14604454 or 5908257. OLE color: 5908257.

HSL color Cylindrical-coordinate representation of color #21275A: hue angle of 233.68º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #21275A is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB333990-
CMYK0.630.5700.65
HSL233.68º46.34%24.12%-
HSV(B)233.68º63.33%35.29%-
XYZ3.22.519.99-
YUV43.02154.51120.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.37%
GREEN value IS 39 (15.62% from 255) = 24.07%
BLUE value IS 90 (35.55% from 255) = 55.56%
R=20.37%
G=24.07%
B=55.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3339900.630.5700.65233.6846.3424.12
Hex21275A3F39041ea2e18
Octal4147132777101013525630
Binary1000011001111011010111111111001010000011110101010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21275A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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