Shades of Jaguar #232237
Tints of Jaguar #232237
RGB
CMYK
RGB Variations
Color information
#232237 (or 0x232237) is known color: Jaguar. HEX triplet: 23, 22 and 37. RGB value is (35,34,55). Sum of RGB (Red+Green+Blue) = 35+34+55=124 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.23% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 55 (21.88% from 255 or 44.35% from 124); Max value from RGB is 55 - color contains mainly: blue. Hex color #232237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232237 is #DCDDC8. Grayscale: #242424. Windows color (decimal): -14474697 or 3613219. OLE color: 3613219.
HSL color Cylindrical-coordinate representation of color #232237: hue angle of 242.86º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #232237 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 35 | 34 | 55 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.78 |
| HSL | 242.86º | 0.24% | 0.17% | - |
| HSV(B) | 242.86º | 0.38% | 0.22% | - |
| XYZ | 1.95 | 1.78 | 3.85 | - |
| YUV | 36.69 | 138.33 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 34 | 55 | 0.36 | 0.38 | 0 | 0.78 | 242.86 | 0.24 | 0.17 |
| Hex | 23 | 22 | 37 | 24 | 26 | 0 | 4E | F3 | 18 | 11 |
| Octal | 43 | 42 | 67 | 44 | 46 | 0 | 116 | 363 | 30 | 21 |
| Binary | 100011 | 100010 | 110111 | 100100 | 100110 | 0 | 1001110 | 11110011 | 11000 | 10001 |
Color Harmonies of #232237
Complementary color
Monochromatic Colors of #232237
Black with #232237
Text Example
Text Example
White with #232237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232237; }
p { color: rgb(35,34,55); }
H1.HeaderClassName
{
color: #232237;
}
.AnyTagClassName
{
color: #232237;
}
</style>
background-color css
<style>
a { background-color: #232237; }
a { background-color: rgb(35,34,55); }
div.DivClassName
{
background-color: #232237;
}
.BgClassName
{
background-color: #232237;
}
</style>
border-color css
<style>
span { border-color: #232237; }
span { border-color: rgb(35,34,55); }
td.TdClassName
{
border-color: #232237;
}
.TagClassName
{
border-color: #232237;
}
</style>