Shades of Allports #266D89
Tints of Allports #266D89
RGB
CMYK
RGB Variations
Color information
#266D89 (or 0x266D89) is known color: Allports. HEX triplet: 26, 6D and 89. RGB value is (38,109,137). Sum of RGB (Red+Green+Blue) = 38+109+137=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 137 (53.91% from 255 or 48.24% from 284); Max value from RGB is 137 - color contains mainly: blue. Hex color #266D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266D89 is #D99276. Grayscale: #5A5A5A. Windows color (decimal): -14258807 or 9006374. OLE color: 9006374.
HSL color Cylindrical-coordinate representation of color #266D89: hue angle of 196.97º 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 #266D89 is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 109 | 137 | - |
| CMYK | 0.72 | 0.20 | 0 | 0.46 |
| HSL | 196.97º | 0.57% | 0.34% | - |
| HSV(B) | 196.97º | 0.72% | 0.54% | - |
| XYZ | 10.78 | 13.16 | 25.64 | - |
| YUV | 90.96 | 153.98 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 109 | 137 | 0.72 | 0.20 | 0 | 0.46 | 196.97 | 0.57 | 0.34 |
| Hex | 26 | 6D | 89 | 48 | 14 | 0 | 2E | C5 | 39 | 22 |
| Octal | 46 | 155 | 211 | 110 | 24 | 0 | 56 | 305 | 71 | 42 |
| Binary | 100110 | 1101101 | 10001001 | 1001000 | 10100 | 0 | 101110 | 11000101 | 111001 | 100010 |
Color Harmonies of #266D89
Complementary color
Monochromatic Colors of #266D89
Black with #266D89
Text Example
Text Example
White with #266D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266D89; }
p { color: rgb(38,109,137); }
H1.HeaderClassName
{
color: #266D89;
}
.AnyTagClassName
{
color: #266D89;
}
</style>
background-color css
<style>
a { background-color: #266D89; }
a { background-color: rgb(38,109,137); }
div.DivClassName
{
background-color: #266D89;
}
.BgClassName
{
background-color: #266D89;
}
</style>
border-color css
<style>
span { border-color: #266D89; }
span { border-color: rgb(38,109,137); }
td.TdClassName
{
border-color: #266D89;
}
.TagClassName
{
border-color: #266D89;
}
</style>