Shades of Allports #266686
Tints of Allports #266686
RGB
CMYK
RGB Variations
Color information
#266686 (or 0x266686) is known color: Allports. HEX triplet: 26, 66 and 86. RGB value is (38,102,134). Sum of RGB (Red+Green+Blue) = 38+102+134=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 134 (52.73% from 255 or 48.91% from 274); Max value from RGB is 134 - color contains mainly: blue. Hex color #266686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266686 is #D99979. Grayscale: #565656. Windows color (decimal): -14260602 or 8807974. OLE color: 8807974.
HSL color Cylindrical-coordinate representation of color #266686: hue angle of 200º 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 #266686 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 102 | 134 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.47 |
| HSL | 200º | 0.56% | 0.34% | - |
| HSV(B) | 200º | 0.72% | 0.53% | - |
| XYZ | 9.85 | 11.64 | 24.28 | - |
| YUV | 86.51 | 154.8 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 102 | 134 | 0.72 | 0.24 | 0 | 0.47 | 200 | 0.56 | 0.34 |
| Hex | 26 | 66 | 86 | 48 | 18 | 0 | 2F | C8 | 38 | 22 |
| Octal | 46 | 146 | 206 | 110 | 30 | 0 | 57 | 310 | 70 | 42 |
| Binary | 100110 | 1100110 | 10000110 | 1001000 | 11000 | 0 | 101111 | 11001000 | 111000 | 100010 |
Color Harmonies of #266686
Complementary color
Monochromatic Colors of #266686
Black with #266686
Text Example
Text Example
White with #266686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266686; }
p { color: rgb(38,102,134); }
H1.HeaderClassName
{
color: #266686;
}
.AnyTagClassName
{
color: #266686;
}
</style>
background-color css
<style>
a { background-color: #266686; }
a { background-color: rgb(38,102,134); }
div.DivClassName
{
background-color: #266686;
}
.BgClassName
{
background-color: #266686;
}
</style>
border-color css
<style>
span { border-color: #266686; }
span { border-color: rgb(38,102,134); }
td.TdClassName
{
border-color: #266686;
}
.TagClassName
{
border-color: #266686;
}
</style>