Shades of Allports #266C88
Tints of Allports #266C88
RGB
CMYK
RGB Variations
Color information
#266C88 (or 0x266C88) is known color: Allports. HEX triplet: 26, 6C and 88. RGB value is (38,108,136). Sum of RGB (Red+Green+Blue) = 38+108+136=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 136 - color contains mainly: blue. Hex color #266C88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266C88 is #D99377. Grayscale: #5A5A5A. Windows color (decimal): -14259064 or 8940582. OLE color: 8940582.
HSL color Cylindrical-coordinate representation of color #266C88: hue angle of 197.14º 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 #266C88 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 108 | 136 | - |
| CMYK | 0.72 | 0.21 | 0 | 0.47 |
| HSL | 197.14º | 0.56% | 0.34% | - |
| HSV(B) | 197.14º | 0.72% | 0.53% | - |
| XYZ | 10.61 | 12.91 | 25.23 | - |
| YUV | 90.26 | 153.81 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 108 | 136 | 0.72 | 0.21 | 0 | 0.47 | 197.14 | 0.56 | 0.34 |
| Hex | 26 | 6C | 88 | 48 | 15 | 0 | 2F | C5 | 38 | 22 |
| Octal | 46 | 154 | 210 | 110 | 25 | 0 | 57 | 305 | 70 | 42 |
| Binary | 100110 | 1101100 | 10001000 | 1001000 | 10101 | 0 | 101111 | 11000101 | 111000 | 100010 |
Color Harmonies of #266C88
Complementary color
Monochromatic Colors of #266C88
Black with #266C88
Text Example
Text Example
White with #266C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266C88; }
p { color: rgb(38,108,136); }
H1.HeaderClassName
{
color: #266C88;
}
.AnyTagClassName
{
color: #266C88;
}
</style>
background-color css
<style>
a { background-color: #266C88; }
a { background-color: rgb(38,108,136); }
div.DivClassName
{
background-color: #266C88;
}
.BgClassName
{
background-color: #266C88;
}
</style>
border-color css
<style>
span { border-color: #266C88; }
span { border-color: rgb(38,108,136); }
td.TdClassName
{
border-color: #266C88;
}
.TagClassName
{
border-color: #266C88;
}
</style>