Shades of Lucky Point #20254B
Tints of Lucky Point #20254B
RGB
CMYK
RGB Variations
Color information
#20254B (or 0x20254B) is known color: Lucky Point. HEX triplet: 20, 25 and 4B. RGB value is (32,37,75). Sum of RGB (Red+Green+Blue) = 32+37+75=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 75 (29.69% from 255 or 52.08% from 144); Max value from RGB is 75 - color contains mainly: blue. Hex color #20254B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20254B is #DFDAB4. Grayscale: #272727. Windows color (decimal): -14670517 or 4924704. OLE color: 4924704.
HSL color Cylindrical-coordinate representation of color #20254B: hue angle of 233.02º 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 #20254B is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 37 | 75 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.71 |
| HSL | 233.02º | 0.4% | 0.21% | - |
| HSV(B) | 233.02º | 0.57% | 0.29% | - |
| XYZ | 2.53 | 2.14 | 6.94 | - |
| YUV | 39.84 | 147.84 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 37 | 75 | 0.57 | 0.51 | 0 | 0.71 | 233.02 | 0.4 | 0.21 |
| Hex | 20 | 25 | 4B | 39 | 33 | 0 | 47 | E9 | 28 | 15 |
| Octal | 40 | 45 | 113 | 71 | 63 | 0 | 107 | 351 | 50 | 25 |
| Binary | 100000 | 100101 | 1001011 | 111001 | 110011 | 0 | 1000111 | 11101001 | 101000 | 10101 |
Color Harmonies of #20254B
Complementary color
Monochromatic Colors of #20254B
Black with #20254B
Text Example
Text Example
White with #20254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20254B; }
p { color: rgb(32,37,75); }
H1.HeaderClassName
{
color: #20254B;
}
.AnyTagClassName
{
color: #20254B;
}
</style>
background-color css
<style>
a { background-color: #20254B; }
a { background-color: rgb(32,37,75); }
div.DivClassName
{
background-color: #20254B;
}
.BgClassName
{
background-color: #20254B;
}
</style>
border-color css
<style>
span { border-color: #20254B; }
span { border-color: rgb(32,37,75); }
td.TdClassName
{
border-color: #20254B;
}
.TagClassName
{
border-color: #20254B;
}
</style>