Shades of Allports #266888
Tints of Allports #266888
RGB
CMYK
RGB Variations
Color information
#266888 (or 0x266888) is known color: Allports. HEX triplet: 26, 68 and 88. RGB value is (38,104,136). Sum of RGB (Red+Green+Blue) = 38+104+136=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 136 (53.52% from 255 or 48.92% from 278); Max value from RGB is 136 - color contains mainly: blue. Hex color #266888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266888 is #D99777. Grayscale: #575757. Windows color (decimal): -14260088 or 8939558. OLE color: 8939558.
HSL color Cylindrical-coordinate representation of color #266888: hue angle of 199.59º 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 #266888 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 104 | 136 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.47 |
| HSL | 199.59º | 0.56% | 0.34% | - |
| HSV(B) | 199.59º | 0.72% | 0.53% | - |
| XYZ | 10.19 | 12.09 | 25.09 | - |
| YUV | 87.91 | 155.13 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 104 | 136 | 0.72 | 0.24 | 0 | 0.47 | 199.59 | 0.56 | 0.34 |
| Hex | 26 | 68 | 88 | 48 | 18 | 0 | 2F | C8 | 38 | 22 |
| Octal | 46 | 150 | 210 | 110 | 30 | 0 | 57 | 310 | 70 | 42 |
| Binary | 100110 | 1101000 | 10001000 | 1001000 | 11000 | 0 | 101111 | 11001000 | 111000 | 100010 |
Color Harmonies of #266888
Complementary color
Monochromatic Colors of #266888
Black with #266888
Text Example
Text Example
White with #266888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266888; }
p { color: rgb(38,104,136); }
H1.HeaderClassName
{
color: #266888;
}
.AnyTagClassName
{
color: #266888;
}
</style>
background-color css
<style>
a { background-color: #266888; }
a { background-color: rgb(38,104,136); }
div.DivClassName
{
background-color: #266888;
}
.BgClassName
{
background-color: #266888;
}
</style>
border-color css
<style>
span { border-color: #266888; }
span { border-color: rgb(38,104,136); }
td.TdClassName
{
border-color: #266888;
}
.TagClassName
{
border-color: #266888;
}
</style>