Shades of Lucky Point #232658
Tints of Lucky Point #232658
RGB
CMYK
RGB Variations
Color information
#232658 (or 0x232658) is known color: Lucky Point. HEX triplet: 23, 26 and 58. RGB value is (35,38,88). Sum of RGB (Red+Green+Blue) = 35+38+88=161 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.74% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 88 (34.77% from 255 or 54.66% from 161); Max value from RGB is 88 - color contains mainly: blue. Hex color #232658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232658 is #DCD9A7. Grayscale: #2A2A2A. Windows color (decimal): -14473640 or 5776931. OLE color: 5776931.
HSL color Cylindrical-coordinate representation of color #232658: hue angle of 236.6º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #232658 is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 38 | 88 | - |
| CMYK | 0.60 | 0.57 | 0 | 0.65 |
| HSL | 236.6º | 0.43% | 0.24% | - |
| HSV(B) | 236.6º | 0.6% | 0.35% | - |
| XYZ | 3.15 | 2.45 | 9.54 | - |
| YUV | 42.8 | 153.51 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 38 | 88 | 0.60 | 0.57 | 0 | 0.65 | 236.6 | 0.43 | 0.24 |
| Hex | 23 | 26 | 58 | 3C | 39 | 0 | 41 | ED | 2B | 18 |
| Octal | 43 | 46 | 130 | 74 | 71 | 0 | 101 | 355 | 53 | 30 |
| Binary | 100011 | 100110 | 1011000 | 111100 | 111001 | 0 | 1000001 | 11101101 | 101011 | 11000 |
Color Harmonies of #232658
Complementary color
Monochromatic Colors of #232658
Black with #232658
Text Example
Text Example
White with #232658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232658; }
p { color: rgb(35,38,88); }
H1.HeaderClassName
{
color: #232658;
}
.AnyTagClassName
{
color: #232658;
}
</style>
background-color css
<style>
a { background-color: #232658; }
a { background-color: rgb(35,38,88); }
div.DivClassName
{
background-color: #232658;
}
.BgClassName
{
background-color: #232658;
}
</style>
border-color css
<style>
span { border-color: #232658; }
span { border-color: rgb(35,38,88); }
td.TdClassName
{
border-color: #232658;
}
.TagClassName
{
border-color: #232658;
}
</style>