Shades of Allports #267389
Tints of Allports #267389
RGB
CMYK
RGB Variations
Color information
#267389 (or 0x267389) is known color: Allports. HEX triplet: 26, 73 and 89. RGB value is (38,115,137). Sum of RGB (Red+Green+Blue) = 38+115+137=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 137 - color contains mainly: blue. Hex color #267389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267389 is #D98C76. Grayscale: #5E5E5E. Windows color (decimal): -14257271 or 9007910. OLE color: 9007910.
HSL color Cylindrical-coordinate representation of color #267389: hue angle of 193.33º 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 #267389 is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 115 | 137 | - |
| CMYK | 0.72 | 0.16 | 0 | 0.46 |
| HSL | 193.33º | 0.57% | 0.34% | - |
| HSV(B) | 193.33º | 0.72% | 0.54% | - |
| XYZ | 11.45 | 14.48 | 25.86 | - |
| YUV | 94.49 | 151.99 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 115 | 137 | 0.72 | 0.16 | 0 | 0.46 | 193.33 | 0.57 | 0.34 |
| Hex | 26 | 73 | 89 | 48 | 10 | 0 | 2E | C1 | 39 | 22 |
| Octal | 46 | 163 | 211 | 110 | 20 | 0 | 56 | 301 | 71 | 42 |
| Binary | 100110 | 1110011 | 10001001 | 1001000 | 10000 | 0 | 101110 | 11000001 | 111001 | 100010 |
Color Harmonies of #267389
Complementary color
Monochromatic Colors of #267389
Black with #267389
Text Example
Text Example
White with #267389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267389; }
p { color: rgb(38,115,137); }
H1.HeaderClassName
{
color: #267389;
}
.AnyTagClassName
{
color: #267389;
}
</style>
background-color css
<style>
a { background-color: #267389; }
a { background-color: rgb(38,115,137); }
div.DivClassName
{
background-color: #267389;
}
.BgClassName
{
background-color: #267389;
}
</style>
border-color css
<style>
span { border-color: #267389; }
span { border-color: rgb(38,115,137); }
td.TdClassName
{
border-color: #267389;
}
.TagClassName
{
border-color: #267389;
}
</style>