Shades of Allports #266B77
Tints of Allports #266B77
RGB
CMYK
RGB Variations
Color information
#266B77 (or 0x266B77) is known color: Allports. HEX triplet: 26, 6B and 77. RGB value is (38,107,119). Sum of RGB (Red+Green+Blue) = 38+107+119=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 107 (42.19% from 255 or 40.53% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 119 - color contains mainly: blue. Hex color #266B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266B77 is #D99488. Grayscale: #575757. Windows color (decimal): -14259337 or 7826214. OLE color: 7826214.
HSL color Cylindrical-coordinate representation of color #266B77: hue angle of 188.89º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #266B77 is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 107 | 119 | - |
| CMYK | 0.68 | 0.10 | 0 | 0.53 |
| HSL | 188.89º | 0.52% | 0.31% | - |
| HSV(B) | 188.89º | 0.68% | 0.47% | - |
| XYZ | 9.39 | 12.26 | 19.32 | - |
| YUV | 87.74 | 145.64 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 107 | 119 | 0.68 | 0.10 | 0 | 0.53 | 188.89 | 0.52 | 0.31 |
| Hex | 26 | 6B | 77 | 44 | A | 0 | 35 | BD | 34 | 1F |
| Octal | 46 | 153 | 167 | 104 | 12 | 0 | 65 | 275 | 64 | 37 |
| Binary | 100110 | 1101011 | 1110111 | 1000100 | 1010 | 0 | 110101 | 10111101 | 110100 | 11111 |
Color Harmonies of #266B77
Complementary color
Monochromatic Colors of #266B77
Black with #266B77
Text Example
Text Example
White with #266B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266B77; }
p { color: rgb(38,107,119); }
H1.HeaderClassName
{
color: #266B77;
}
.AnyTagClassName
{
color: #266B77;
}
</style>
background-color css
<style>
a { background-color: #266B77; }
a { background-color: rgb(38,107,119); }
div.DivClassName
{
background-color: #266B77;
}
.BgClassName
{
background-color: #266B77;
}
</style>
border-color css
<style>
span { border-color: #266B77; }
span { border-color: rgb(38,107,119); }
td.TdClassName
{
border-color: #266B77;
}
.TagClassName
{
border-color: #266B77;
}
</style>