Shades of Jaguar #222336
Tints of Jaguar #222336
RGB
CMYK
RGB Variations
Color information
#222336 (or 0x222336) is known color: Jaguar. HEX triplet: 22, 23 and 36. RGB value is (34,35,54). Sum of RGB (Red+Green+Blue) = 34+35+54=123 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.64% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 54 (21.48% from 255 or 43.90% from 123); Max value from RGB is 54 - color contains mainly: blue. Hex color #222336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222336 is #DDDCC9. Grayscale: #242424. Windows color (decimal): -14539978 or 3547938. OLE color: 3547938.
HSL color Cylindrical-coordinate representation of color #222336: hue angle of 237º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #222336 is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 34 | 35 | 54 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.79 |
| HSL | 237º | 0.23% | 0.17% | - |
| HSV(B) | 237º | 0.37% | 0.21% | - |
| XYZ | 1.93 | 1.81 | 3.74 | - |
| YUV | 36.87 | 137.67 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 35 | 54 | 0.37 | 0.35 | 0 | 0.79 | 237 | 0.23 | 0.17 |
| Hex | 22 | 23 | 36 | 25 | 23 | 0 | 4F | ED | 17 | 11 |
| Octal | 42 | 43 | 66 | 45 | 43 | 0 | 117 | 355 | 27 | 21 |
| Binary | 100010 | 100011 | 110110 | 100101 | 100011 | 0 | 1001111 | 11101101 | 10111 | 10001 |
Color Harmonies of #222336
Complementary color
Monochromatic Colors of #222336
Black with #222336
Text Example
Text Example
White with #222336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222336; }
p { color: rgb(34,35,54); }
H1.HeaderClassName
{
color: #222336;
}
.AnyTagClassName
{
color: #222336;
}
</style>
background-color css
<style>
a { background-color: #222336; }
a { background-color: rgb(34,35,54); }
div.DivClassName
{
background-color: #222336;
}
.BgClassName
{
background-color: #222336;
}
</style>
border-color css
<style>
span { border-color: #222336; }
span { border-color: rgb(34,35,54); }
td.TdClassName
{
border-color: #222336;
}
.TagClassName
{
border-color: #222336;
}
</style>