Shades of Lucky Point #23265A
Tints of Lucky Point #23265A
RGB
CMYK
RGB Variations
Color information
#23265A (or 0x23265A) is known color: Lucky Point. HEX triplet: 23, 26 and 5A. RGB value is (35,38,90). Sum of RGB (Red+Green+Blue) = 35+38+90=163 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.47% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 90 (35.55% from 255 or 55.21% from 163); Max value from RGB is 90 - color contains mainly: blue. Hex color #23265A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23265A is #DCD9A5. Grayscale: #2A2A2A. Windows color (decimal): -14473638 or 5908003. OLE color: 5908003.
HSL color Cylindrical-coordinate representation of color #23265A: hue angle of 236.73º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #23265A is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 38 | 90 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.65 |
| HSL | 236.73º | 0.44% | 0.25% | - |
| HSV(B) | 236.73º | 0.61% | 0.35% | - |
| XYZ | 3.23 | 2.48 | 9.98 | - |
| YUV | 43.03 | 154.51 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 38 | 90 | 0.61 | 0.58 | 0 | 0.65 | 236.73 | 0.44 | 0.25 |
| Hex | 23 | 26 | 5A | 3D | 3A | 0 | 41 | ED | 2C | 19 |
| Octal | 43 | 46 | 132 | 75 | 72 | 0 | 101 | 355 | 54 | 31 |
| Binary | 100011 | 100110 | 1011010 | 111101 | 111010 | 0 | 1000001 | 11101101 | 101100 | 11001 |
Color Harmonies of #23265A
Complementary color
Monochromatic Colors of #23265A
Black with #23265A
Text Example
Text Example
White with #23265A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23265A; }
p { color: rgb(35,38,90); }
H1.HeaderClassName
{
color: #23265A;
}
.AnyTagClassName
{
color: #23265A;
}
</style>
background-color css
<style>
a { background-color: #23265A; }
a { background-color: rgb(35,38,90); }
div.DivClassName
{
background-color: #23265A;
}
.BgClassName
{
background-color: #23265A;
}
</style>
border-color css
<style>
span { border-color: #23265A; }
span { border-color: rgb(35,38,90); }
td.TdClassName
{
border-color: #23265A;
}
.TagClassName
{
border-color: #23265A;
}
</style>