#21284D

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

Shades of Lucky Point #21284D

Tints of Lucky Point #21284D

Color information

#21284D (or 0x21284D) is unknown color: approx Lucky Point. HEX triplet: 21, 28 and 4D. RGB value is (33,40,77). Sum of RGB (Red+Green+Blue) = 33+40+77=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 40 (16.02% from 255 or 26.67% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #21284D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21284D is #DED7B2. Grayscale: #292929. Windows color (decimal): -14604211 or 5056545. OLE color: 5056545.

HSL color Cylindrical-coordinate representation of color #21284D: hue angle of 230.45º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #21284D is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB334077-
CMYK0.570.4800.70
HSL230.45º40%21.57%-
HSV(B)230.45º57.14%30.2%-
XYZ2.732.387.34-
YUV42.12147.68121.49-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22%
GREEN value IS 40 (16.02% from 255) = 26.67%
BLUE value IS 77 (30.47% from 255) = 51.33%
R=22%
G=26.67%
B=51.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3340770.570.4800.70230.454021.57
Hex21284D3930046e62816
Octal4150115716001063465026
Binary1000011010001001101111001110000010001101110011010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21284D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21284D; }

 p { color: rgb(33,40,77); }

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

<style>
 a { background-color: #21284D; }

 a { background-color: rgb(33,40,77); }

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

<style>
 span { border-color: #21284D; }

 span { border-color: rgb(33,40,77); }

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