Shades of Allports #266C74
Tints of Allports #266C74
RGB
CMYK
RGB Variations
Color information
#266C74 (or 0x266C74) is known color: Allports. HEX triplet: 26, 6C and 74. RGB value is (38,108,116). Sum of RGB (Red+Green+Blue) = 38+108+116=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 108 (42.58% from 255 or 41.22% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 116 - color contains mainly: blue. Hex color #266C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266C74 is #D9938B. Grayscale: #575757. Windows color (decimal): -14259084 or 7629862. OLE color: 7629862.
HSL color Cylindrical-coordinate representation of color #266C74: hue angle of 186.15º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #266C74 is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 108 | 116 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.55 |
| HSL | 186.15º | 0.51% | 0.3% | - |
| HSV(B) | 186.15º | 0.67% | 0.45% | - |
| XYZ | 9.31 | 12.4 | 18.43 | - |
| YUV | 87.98 | 143.81 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 108 | 116 | 0.67 | 0.07 | 0 | 0.55 | 186.15 | 0.51 | 0.3 |
| Hex | 26 | 6C | 74 | 43 | 7 | 0 | 37 | BA | 33 | 1E |
| Octal | 46 | 154 | 164 | 103 | 7 | 0 | 67 | 272 | 63 | 36 |
| Binary | 100110 | 1101100 | 1110100 | 1000011 | 111 | 0 | 110111 | 10111010 | 110011 | 11110 |
Color Harmonies of #266C74
Complementary color
Monochromatic Colors of #266C74
Black with #266C74
Text Example
Text Example
White with #266C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266C74; }
p { color: rgb(38,108,116); }
H1.HeaderClassName
{
color: #266C74;
}
.AnyTagClassName
{
color: #266C74;
}
</style>
background-color css
<style>
a { background-color: #266C74; }
a { background-color: rgb(38,108,116); }
div.DivClassName
{
background-color: #266C74;
}
.BgClassName
{
background-color: #266C74;
}
</style>
border-color css
<style>
span { border-color: #266C74; }
span { border-color: rgb(38,108,116); }
td.TdClassName
{
border-color: #266C74;
}
.TagClassName
{
border-color: #266C74;
}
</style>