Shades of Allports #266E7C
Tints of Allports #266E7C
RGB
CMYK
RGB Variations
Color information
#266E7C (or 0x266E7C) is known color: Allports. HEX triplet: 26, 6E and 7C. RGB value is (38,110,124). Sum of RGB (Red+Green+Blue) = 38+110+124=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 110 (43.36% from 255 or 40.44% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 124 - color contains mainly: blue. Hex color #266E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266E7C is #D99183. Grayscale: #595959. Windows color (decimal): -14258564 or 8154662. OLE color: 8154662.
HSL color Cylindrical-coordinate representation of color #266E7C: hue angle of 189.77º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #266E7C is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 110 | 124 | - |
| CMYK | 0.69 | 0.11 | 0 | 0.51 |
| HSL | 189.77º | 0.53% | 0.32% | - |
| HSV(B) | 189.77º | 0.69% | 0.49% | - |
| XYZ | 10.01 | 13.02 | 21.05 | - |
| YUV | 90.07 | 147.15 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 110 | 124 | 0.69 | 0.11 | 0 | 0.51 | 189.77 | 0.53 | 0.32 |
| Hex | 26 | 6E | 7C | 45 | B | 0 | 33 | BE | 35 | 20 |
| Octal | 46 | 156 | 174 | 105 | 13 | 0 | 63 | 276 | 65 | 40 |
| Binary | 100110 | 1101110 | 1111100 | 1000101 | 1011 | 0 | 110011 | 10111110 | 110101 | 100000 |
Color Harmonies of #266E7C
Complementary color
Monochromatic Colors of #266E7C
Black with #266E7C
Text Example
Text Example
White with #266E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266E7C; }
p { color: rgb(38,110,124); }
H1.HeaderClassName
{
color: #266E7C;
}
.AnyTagClassName
{
color: #266E7C;
}
</style>
background-color css
<style>
a { background-color: #266E7C; }
a { background-color: rgb(38,110,124); }
div.DivClassName
{
background-color: #266E7C;
}
.BgClassName
{
background-color: #266E7C;
}
</style>
border-color css
<style>
span { border-color: #266E7C; }
span { border-color: rgb(38,110,124); }
td.TdClassName
{
border-color: #266E7C;
}
.TagClassName
{
border-color: #266E7C;
}
</style>