#21264D

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

Shades of Lucky Point #21264D

Tints of Lucky Point #21264D

Color information

#21264D (or 0x21264D) is unknown color: approx Lucky Point. HEX triplet: 21, 26 and 4D. RGB value is (33,38,77). Sum of RGB (Red+Green+Blue) = 33+38+77=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 38 (15.23% from 255 or 25.68% from 148); Blue value is 77 (30.47% from 255 or 52.03% from 148); Max value from RGB is 77 - color contains mainly: blue. Hex color #21264D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21264D is #DED9B2. Grayscale: #282828. Windows color (decimal): -14604723 or 5056033. OLE color: 5056033.

HSL color Cylindrical-coordinate representation of color #21264D: hue angle of 233.18º 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 #21264D is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB333877-
CMYK0.570.5100.70
HSL233.18º40%21.57%-
HSV(B)233.18º57.14%30.2%-
XYZ2.662.257.31-
YUV40.95148.34122.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.30%
GREEN value IS 38 (15.23% from 255) = 25.68%
BLUE value IS 77 (30.47% from 255) = 52.03%
R=22.30%
G=25.68%
B=52.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3338770.570.5100.70233.184021.57
Hex21264D3933046e92816
Octal4146115716301063515026
Binary1000011001101001101111001110011010001101110100110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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