Shades of Allports #267188
Tints of Allports #267188
RGB
CMYK
RGB Variations
Color information
#267188 (or 0x267188) is known color: Allports. HEX triplet: 26, 71 and 88. RGB value is (38,113,136). Sum of RGB (Red+Green+Blue) = 38+113+136=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #267188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267188 is #D98E77. Grayscale: #5D5D5D. Windows color (decimal): -14257784 or 8941862. OLE color: 8941862.
HSL color Cylindrical-coordinate representation of color #267188: hue angle of 194.08º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #267188 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 113 | 136 | - |
| CMYK | 0.72 | 0.17 | 0 | 0.47 |
| HSL | 194.08º | 0.56% | 0.34% | - |
| HSV(B) | 194.08º | 0.72% | 0.53% | - |
| XYZ | 11.15 | 14 | 25.41 | - |
| YUV | 93.2 | 152.15 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 113 | 136 | 0.72 | 0.17 | 0 | 0.47 | 194.08 | 0.56 | 0.34 |
| Hex | 26 | 71 | 88 | 48 | 11 | 0 | 2F | C2 | 38 | 22 |
| Octal | 46 | 161 | 210 | 110 | 21 | 0 | 57 | 302 | 70 | 42 |
| Binary | 100110 | 1110001 | 10001000 | 1001000 | 10001 | 0 | 101111 | 11000010 | 111000 | 100010 |
Color Harmonies of #267188
Complementary color
Monochromatic Colors of #267188
Black with #267188
Text Example
Text Example
White with #267188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267188; }
p { color: rgb(38,113,136); }
H1.HeaderClassName
{
color: #267188;
}
.AnyTagClassName
{
color: #267188;
}
</style>
background-color css
<style>
a { background-color: #267188; }
a { background-color: rgb(38,113,136); }
div.DivClassName
{
background-color: #267188;
}
.BgClassName
{
background-color: #267188;
}
</style>
border-color css
<style>
span { border-color: #267188; }
span { border-color: rgb(38,113,136); }
td.TdClassName
{
border-color: #267188;
}
.TagClassName
{
border-color: #267188;
}
</style>