Shades of Lucky Point #20264B
Tints of Lucky Point #20264B
RGB
CMYK
RGB Variations
Color information
#20264B (or 0x20264B) is known color: Lucky Point. HEX triplet: 20, 26 and 4B. RGB value is (32,38,75). Sum of RGB (Red+Green+Blue) = 32+38+75=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 75 (29.69% from 255 or 51.72% from 145); Max value from RGB is 75 - color contains mainly: blue. Hex color #20264B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20264B is #DFD9B4. Grayscale: #282828. Windows color (decimal): -14670261 or 4924960. OLE color: 4924960.
HSL color Cylindrical-coordinate representation of color #20264B: hue angle of 231.63º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #20264B is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 38 | 75 | - |
| CMYK | 0.57 | 0.49 | 0 | 0.71 |
| HSL | 231.63º | 0.4% | 0.21% | - |
| HSV(B) | 231.63º | 0.57% | 0.29% | - |
| XYZ | 2.56 | 2.2 | 6.95 | - |
| YUV | 40.42 | 147.51 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 38 | 75 | 0.57 | 0.49 | 0 | 0.71 | 231.63 | 0.4 | 0.21 |
| Hex | 20 | 26 | 4B | 39 | 31 | 0 | 47 | E8 | 28 | 15 |
| Octal | 40 | 46 | 113 | 71 | 61 | 0 | 107 | 350 | 50 | 25 |
| Binary | 100000 | 100110 | 1001011 | 111001 | 110001 | 0 | 1000111 | 11101000 | 101000 | 10101 |
Color Harmonies of #20264B
Complementary color
Monochromatic Colors of #20264B
Black with #20264B
Text Example
Text Example
White with #20264B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20264B; }
p { color: rgb(32,38,75); }
H1.HeaderClassName
{
color: #20264B;
}
.AnyTagClassName
{
color: #20264B;
}
</style>
background-color css
<style>
a { background-color: #20264B; }
a { background-color: rgb(32,38,75); }
div.DivClassName
{
background-color: #20264B;
}
.BgClassName
{
background-color: #20264B;
}
</style>
border-color css
<style>
span { border-color: #20264B; }
span { border-color: rgb(32,38,75); }
td.TdClassName
{
border-color: #20264B;
}
.TagClassName
{
border-color: #20264B;
}
</style>