Shades of Lucky Point #232752
Tints of Lucky Point #232752
RGB
CMYK
RGB Variations
Color information
#232752 (or 0x232752) is known color: Lucky Point. HEX triplet: 23, 27 and 52. RGB value is (35,39,82). Sum of RGB (Red+Green+Blue) = 35+39+82=156 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.44% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 82 (32.42% from 255 or 52.56% from 156); Max value from RGB is 82 - color contains mainly: blue. Hex color #232752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232752 is #DCD8AD. Grayscale: #2A2A2A. Windows color (decimal): -14473390 or 5383971. OLE color: 5383971.
HSL color Cylindrical-coordinate representation of color #232752: hue angle of 234.89º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #232752 is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 35 | 39 | 82 | - |
| CMYK | 0.57 | 0.52 | 0 | 0.68 |
| HSL | 234.89º | 0.4% | 0.23% | - |
| HSV(B) | 234.89º | 0.57% | 0.32% | - |
| XYZ | 2.94 | 2.42 | 8.29 | - |
| YUV | 42.71 | 150.17 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 39 | 82 | 0.57 | 0.52 | 0 | 0.68 | 234.89 | 0.4 | 0.23 |
| Hex | 23 | 27 | 52 | 39 | 34 | 0 | 44 | EB | 28 | 17 |
| Octal | 43 | 47 | 122 | 71 | 64 | 0 | 104 | 353 | 50 | 27 |
| Binary | 100011 | 100111 | 1010010 | 111001 | 110100 | 0 | 1000100 | 11101011 | 101000 | 10111 |
Color Harmonies of #232752
Complementary color
Monochromatic Colors of #232752
Black with #232752
Text Example
Text Example
White with #232752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232752; }
p { color: rgb(35,39,82); }
H1.HeaderClassName
{
color: #232752;
}
.AnyTagClassName
{
color: #232752;
}
</style>
background-color css
<style>
a { background-color: #232752; }
a { background-color: rgb(35,39,82); }
div.DivClassName
{
background-color: #232752;
}
.BgClassName
{
background-color: #232752;
}
</style>
border-color css
<style>
span { border-color: #232752; }
span { border-color: rgb(35,39,82); }
td.TdClassName
{
border-color: #232752;
}
.TagClassName
{
border-color: #232752;
}
</style>