Shades of Lucky Point #22274C
Tints of Lucky Point #22274C
RGB
CMYK
RGB Variations
Color information
#22274C (or 0x22274C) is known color: Lucky Point. HEX triplet: 22, 27 and 4C. RGB value is (34,39,76). Sum of RGB (Red+Green+Blue) = 34+39+76=149 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.82% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 76 (30.08% from 255 or 51.01% from 149); Max value from RGB is 76 - color contains mainly: blue. Hex color #22274C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22274C is #DDD8B3. Grayscale: #292929. Windows color (decimal): -14538932 or 4990754. OLE color: 4990754.
HSL color Cylindrical-coordinate representation of color #22274C: hue angle of 232.86º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #22274C is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 34 | 39 | 76 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.70 |
| HSL | 232.86º | 0.38% | 0.22% | - |
| HSV(B) | 232.86º | 0.55% | 0.3% | - |
| XYZ | 2.69 | 2.31 | 7.14 | - |
| YUV | 41.72 | 147.34 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 39 | 76 | 0.55 | 0.49 | 0 | 0.70 | 232.86 | 0.38 | 0.22 |
| Hex | 22 | 27 | 4C | 37 | 31 | 0 | 46 | E9 | 26 | 16 |
| Octal | 42 | 47 | 114 | 67 | 61 | 0 | 106 | 351 | 46 | 26 |
| Binary | 100010 | 100111 | 1001100 | 110111 | 110001 | 0 | 1000110 | 11101001 | 100110 | 10110 |
Color Harmonies of #22274C
Complementary color
Monochromatic Colors of #22274C
Black with #22274C
Text Example
Text Example
White with #22274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22274C; }
p { color: rgb(34,39,76); }
H1.HeaderClassName
{
color: #22274C;
}
.AnyTagClassName
{
color: #22274C;
}
</style>
background-color css
<style>
a { background-color: #22274C; }
a { background-color: rgb(34,39,76); }
div.DivClassName
{
background-color: #22274C;
}
.BgClassName
{
background-color: #22274C;
}
</style>
border-color css
<style>
span { border-color: #22274C; }
span { border-color: rgb(34,39,76); }
td.TdClassName
{
border-color: #22274C;
}
.TagClassName
{
border-color: #22274C;
}
</style>