Shades of Lucky Point #22255B
Tints of Lucky Point #22255B
RGB
CMYK
RGB Variations
Color information
#22255B (or 0x22255B) is known color: Lucky Point. HEX triplet: 22, 25 and 5B. RGB value is (34,37,91). Sum of RGB (Red+Green+Blue) = 34+37+91=162 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.99% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 91 (35.94% from 255 or 56.17% from 162); Max value from RGB is 91 - color contains mainly: blue. Hex color #22255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22255B is #DDDAA4. Grayscale: #2A2A2A. Windows color (decimal): -14539429 or 5973282. OLE color: 5973282.
HSL color Cylindrical-coordinate representation of color #22255B: hue angle of 236.84º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #22255B is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 37 | 91 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.64 |
| HSL | 236.84º | 0.46% | 0.25% | - |
| HSV(B) | 236.84º | 0.63% | 0.36% | - |
| XYZ | 3.21 | 2.42 | 10.2 | - |
| YUV | 42.26 | 155.51 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 37 | 91 | 0.63 | 0.59 | 0 | 0.64 | 236.84 | 0.46 | 0.25 |
| Hex | 22 | 25 | 5B | 3F | 3B | 0 | 40 | ED | 2E | 19 |
| Octal | 42 | 45 | 133 | 77 | 73 | 0 | 100 | 355 | 56 | 31 |
| Binary | 100010 | 100101 | 1011011 | 111111 | 111011 | 0 | 1000000 | 11101101 | 101110 | 11001 |
Color Harmonies of #22255B
Complementary color
Monochromatic Colors of #22255B
Black with #22255B
Text Example
Text Example
White with #22255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22255B; }
p { color: rgb(34,37,91); }
H1.HeaderClassName
{
color: #22255B;
}
.AnyTagClassName
{
color: #22255B;
}
</style>
background-color css
<style>
a { background-color: #22255B; }
a { background-color: rgb(34,37,91); }
div.DivClassName
{
background-color: #22255B;
}
.BgClassName
{
background-color: #22255B;
}
</style>
border-color css
<style>
span { border-color: #22255B; }
span { border-color: rgb(34,37,91); }
td.TdClassName
{
border-color: #22255B;
}
.TagClassName
{
border-color: #22255B;
}
</style>