Shades of Lucky Point #23285B
Tints of Lucky Point #23285B
RGB
CMYK
RGB Variations
Color information
#23285B (or 0x23285B) is known color: Lucky Point. HEX triplet: 23, 28 and 5B. RGB value is (35,40,91). Sum of RGB (Red+Green+Blue) = 35+40+91=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 91 (35.94% from 255 or 54.82% from 166); Max value from RGB is 91 - color contains mainly: blue. Hex color #23285B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23285B is #DCD7A4. Grayscale: #2C2C2C. Windows color (decimal): -14473125 or 5974051. OLE color: 5974051.
HSL color Cylindrical-coordinate representation of color #23285B: hue angle of 234.64º 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 #23285B is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 40 | 91 | - |
| CMYK | 0.62 | 0.56 | 0 | 0.64 |
| HSL | 234.64º | 0.44% | 0.25% | - |
| HSV(B) | 234.64º | 0.62% | 0.36% | - |
| XYZ | 3.34 | 2.63 | 10.23 | - |
| YUV | 44.32 | 154.34 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 40 | 91 | 0.62 | 0.56 | 0 | 0.64 | 234.64 | 0.44 | 0.25 |
| Hex | 23 | 28 | 5B | 3E | 38 | 0 | 40 | EB | 2C | 19 |
| Octal | 43 | 50 | 133 | 76 | 70 | 0 | 100 | 353 | 54 | 31 |
| Binary | 100011 | 101000 | 1011011 | 111110 | 111000 | 0 | 1000000 | 11101011 | 101100 | 11001 |
Color Harmonies of #23285B
Complementary color
Monochromatic Colors of #23285B
Black with #23285B
Text Example
Text Example
White with #23285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23285B; }
p { color: rgb(35,40,91); }
H1.HeaderClassName
{
color: #23285B;
}
.AnyTagClassName
{
color: #23285B;
}
</style>
background-color css
<style>
a { background-color: #23285B; }
a { background-color: rgb(35,40,91); }
div.DivClassName
{
background-color: #23285B;
}
.BgClassName
{
background-color: #23285B;
}
</style>
border-color css
<style>
span { border-color: #23285B; }
span { border-color: rgb(35,40,91); }
td.TdClassName
{
border-color: #23285B;
}
.TagClassName
{
border-color: #23285B;
}
</style>