Shades of Allports #267189
Tints of Allports #267189
RGB
CMYK
RGB Variations
Color information
#267189 (or 0x267189) is known color: Allports. HEX triplet: 26, 71 and 89. RGB value is (38,113,137). Sum of RGB (Red+Green+Blue) = 38+113+137=288 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.19% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 137 (53.91% from 255 or 47.57% from 288); Max value from RGB is 137 - color contains mainly: blue. Hex color #267189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267189 is #D98E76. Grayscale: #5D5D5D. Windows color (decimal): -14257783 or 9007398. OLE color: 9007398.
HSL color Cylindrical-coordinate representation of color #267189: hue angle of 194.55º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #267189 is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 113 | 137 | - |
| CMYK | 0.72 | 0.18 | 0 | 0.46 |
| HSL | 194.55º | 0.57% | 0.34% | - |
| HSV(B) | 194.55º | 0.72% | 0.54% | - |
| XYZ | 11.22 | 14.03 | 25.78 | - |
| YUV | 93.31 | 152.65 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 113 | 137 | 0.72 | 0.18 | 0 | 0.46 | 194.55 | 0.57 | 0.34 |
| Hex | 26 | 71 | 89 | 48 | 12 | 0 | 2E | C3 | 39 | 22 |
| Octal | 46 | 161 | 211 | 110 | 22 | 0 | 56 | 303 | 71 | 42 |
| Binary | 100110 | 1110001 | 10001001 | 1001000 | 10010 | 0 | 101110 | 11000011 | 111001 | 100010 |
Color Harmonies of #267189
Complementary color
Monochromatic Colors of #267189
Black with #267189
Text Example
Text Example
White with #267189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267189; }
p { color: rgb(38,113,137); }
H1.HeaderClassName
{
color: #267189;
}
.AnyTagClassName
{
color: #267189;
}
</style>
background-color css
<style>
a { background-color: #267189; }
a { background-color: rgb(38,113,137); }
div.DivClassName
{
background-color: #267189;
}
.BgClassName
{
background-color: #267189;
}
</style>
border-color css
<style>
span { border-color: #267189; }
span { border-color: rgb(38,113,137); }
td.TdClassName
{
border-color: #267189;
}
.TagClassName
{
border-color: #267189;
}
</style>