Shades of Lucky Point #152352
Tints of Lucky Point #152352
RGB
CMYK
RGB Variations
Color information
#152352 (or 0x152352) is known color: Lucky Point. HEX triplet: 15, 23 and 52. RGB value is (21,35,82). Sum of RGB (Red+Green+Blue) = 21+35+82=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 82 (32.42% from 255 or 59.42% from 138); Max value from RGB is 82 - color contains mainly: blue. Hex color #152352 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152352 is #EADCAD. Grayscale: #232323. Windows color (decimal): -15391918 or 5382933. OLE color: 5382933.
HSL color Cylindrical-coordinate representation of color #152352: hue angle of 226.23º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #152352 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 35 | 82 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.68 |
| HSL | 226.23º | 0.59% | 0.2% | - |
| HSV(B) | 226.23º | 0.74% | 0.32% | - |
| XYZ | 2.43 | 1.97 | 8.23 | - |
| YUV | 36.17 | 153.86 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 35 | 82 | 0.74 | 0.57 | 0 | 0.68 | 226.23 | 0.59 | 0.2 |
| Hex | 15 | 23 | 52 | 4A | 39 | 0 | 44 | E2 | 3B | 14 |
| Octal | 25 | 43 | 122 | 112 | 71 | 0 | 104 | 342 | 73 | 24 |
| Binary | 10101 | 100011 | 1010010 | 1001010 | 111001 | 0 | 1000100 | 11100010 | 111011 | 10100 |
Color Harmonies of #152352
Complementary color
Monochromatic Colors of #152352
Black with #152352
Text Example
Text Example
White with #152352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152352; }
p { color: rgb(21,35,82); }
H1.HeaderClassName
{
color: #152352;
}
.AnyTagClassName
{
color: #152352;
}
</style>
background-color css
<style>
a { background-color: #152352; }
a { background-color: rgb(21,35,82); }
div.DivClassName
{
background-color: #152352;
}
.BgClassName
{
background-color: #152352;
}
</style>
border-color css
<style>
span { border-color: #152352; }
span { border-color: rgb(21,35,82); }
td.TdClassName
{
border-color: #152352;
}
.TagClassName
{
border-color: #152352;
}
</style>