Shades of Lucky Point #23265B
Tints of Lucky Point #23265B
RGB
CMYK
RGB Variations
Color information
#23265B (or 0x23265B) is known color: Lucky Point. HEX triplet: 23, 26 and 5B. RGB value is (35,38,91). Sum of RGB (Red+Green+Blue) = 35+38+91=164 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.34% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 91 (35.94% from 255 or 55.49% from 164); Max value from RGB is 91 - color contains mainly: blue. Hex color #23265B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23265B is #DCD9A4. Grayscale: #2A2A2A. Windows color (decimal): -14473637 or 5973539. OLE color: 5973539.
HSL color Cylindrical-coordinate representation of color #23265B: hue angle of 236.79º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23265B is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 38 | 91 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.64 |
| HSL | 236.79º | 0.44% | 0.25% | - |
| HSV(B) | 236.79º | 0.62% | 0.36% | - |
| XYZ | 3.27 | 2.5 | 10.21 | - |
| YUV | 43.15 | 155.01 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 38 | 91 | 0.62 | 0.58 | 0 | 0.64 | 236.79 | 0.44 | 0.25 |
| Hex | 23 | 26 | 5B | 3E | 3A | 0 | 40 | ED | 2C | 19 |
| Octal | 43 | 46 | 133 | 76 | 72 | 0 | 100 | 355 | 54 | 31 |
| Binary | 100011 | 100110 | 1011011 | 111110 | 111010 | 0 | 1000000 | 11101101 | 101100 | 11001 |
Color Harmonies of #23265B
Complementary color
Monochromatic Colors of #23265B
Black with #23265B
Text Example
Text Example
White with #23265B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23265B; }
p { color: rgb(35,38,91); }
H1.HeaderClassName
{
color: #23265B;
}
.AnyTagClassName
{
color: #23265B;
}
</style>
background-color css
<style>
a { background-color: #23265B; }
a { background-color: rgb(35,38,91); }
div.DivClassName
{
background-color: #23265B;
}
.BgClassName
{
background-color: #23265B;
}
</style>
border-color css
<style>
span { border-color: #23265B; }
span { border-color: rgb(35,38,91); }
td.TdClassName
{
border-color: #23265B;
}
.TagClassName
{
border-color: #23265B;
}
</style>