Shades of Allports #22616B
Tints of Allports #22616B
RGB
CMYK
RGB Variations
Color information
#22616B (or 0x22616B) is known color: Allports. HEX triplet: 22, 61 and 6B. RGB value is (34,97,107). Sum of RGB (Red+Green+Blue) = 34+97+107=238 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.29% from 238); Green value is 97 (38.28% from 255 or 40.76% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 107 - color contains mainly: blue. Hex color #22616B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22616B is #DD9E94. Grayscale: #4F4F4F. Windows color (decimal): -14524053 or 7037218. OLE color: 7037218.
HSL color Cylindrical-coordinate representation of color #22616B: hue angle of 188.22º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #22616B is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 34 | 97 | 107 | - |
| CMYK | 0.68 | 0.09 | 0 | 0.58 |
| HSL | 188.22º | 0.52% | 0.28% | - |
| HSV(B) | 188.22º | 0.68% | 0.42% | - |
| XYZ | 7.59 | 9.95 | 15.43 | - |
| YUV | 79.3 | 143.63 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 97 | 107 | 0.68 | 0.09 | 0 | 0.58 | 188.22 | 0.52 | 0.28 |
| Hex | 22 | 61 | 6B | 44 | 9 | 0 | 3A | BC | 34 | 1C |
| Octal | 42 | 141 | 153 | 104 | 11 | 0 | 72 | 274 | 64 | 34 |
| Binary | 100010 | 1100001 | 1101011 | 1000100 | 1001 | 0 | 111010 | 10111100 | 110100 | 11100 |
Color Harmonies of #22616B
Complementary color
Monochromatic Colors of #22616B
Black with #22616B
Text Example
Text Example
White with #22616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22616B; }
p { color: rgb(34,97,107); }
H1.HeaderClassName
{
color: #22616B;
}
.AnyTagClassName
{
color: #22616B;
}
</style>
background-color css
<style>
a { background-color: #22616B; }
a { background-color: rgb(34,97,107); }
div.DivClassName
{
background-color: #22616B;
}
.BgClassName
{
background-color: #22616B;
}
</style>
border-color css
<style>
span { border-color: #22616B; }
span { border-color: rgb(34,97,107); }
td.TdClassName
{
border-color: #22616B;
}
.TagClassName
{
border-color: #22616B;
}
</style>