Shades of Allports #22688B
Tints of Allports #22688B
RGB
CMYK
RGB Variations
Color information
#22688B (or 0x22688B) is known color: Allports. HEX triplet: 22, 68 and 8B. RGB value is (34,104,139). Sum of RGB (Red+Green+Blue) = 34+104+139=277 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.27% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #22688B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #22688B is #DD9774. Grayscale: #565656. Windows color (decimal): -14522229 or 9136162. OLE color: 9136162.
HSL color Cylindrical-coordinate representation of color #22688B: hue angle of 200º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #22688B is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 104 | 139 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.45 |
| HSL | 200º | 0.61% | 0.34% | - |
| HSV(B) | 200º | 0.76% | 0.55% | - |
| XYZ | 10.27 | 12.1 | 26.22 | - |
| YUV | 87.06 | 157.31 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 104 | 139 | 0.76 | 0.25 | 0 | 0.45 | 200 | 0.61 | 0.34 |
| Hex | 22 | 68 | 8B | 4C | 19 | 0 | 2D | C8 | 3D | 22 |
| Octal | 42 | 150 | 213 | 114 | 31 | 0 | 55 | 310 | 75 | 42 |
| Binary | 100010 | 1101000 | 10001011 | 1001100 | 11001 | 0 | 101101 | 11001000 | 111101 | 100010 |
Color Harmonies of #22688B
Complementary color
Monochromatic Colors of #22688B
Black with #22688B
Text Example
Text Example
White with #22688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22688B; }
p { color: rgb(34,104,139); }
H1.HeaderClassName
{
color: #22688B;
}
.AnyTagClassName
{
color: #22688B;
}
</style>
background-color css
<style>
a { background-color: #22688B; }
a { background-color: rgb(34,104,139); }
div.DivClassName
{
background-color: #22688B;
}
.BgClassName
{
background-color: #22688B;
}
</style>
border-color css
<style>
span { border-color: #22688B; }
span { border-color: rgb(34,104,139); }
td.TdClassName
{
border-color: #22688B;
}
.TagClassName
{
border-color: #22688B;
}
</style>