Shades of Allports #266B72
Tints of Allports #266B72
RGB
CMYK
RGB Variations
Color information
#266B72 (or 0x266B72) is known color: Allports. HEX triplet: 26, 6B and 72. RGB value is (38,107,114). Sum of RGB (Red+Green+Blue) = 38+107+114=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 107 (42.19% from 255 or 41.31% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 114 - color contains mainly: blue. Hex color #266B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266B72 is #D9948D. Grayscale: #575757. Windows color (decimal): -14259342 or 7498534. OLE color: 7498534.
HSL color Cylindrical-coordinate representation of color #266B72: hue angle of 185.53º degrees, saturation: 0.5, 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 #266B72 is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 107 | 114 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.55 |
| HSL | 185.53º | 0.5% | 0.3% | - |
| HSV(B) | 185.53º | 0.67% | 0.45% | - |
| XYZ | 9.09 | 12.14 | 17.78 | - |
| YUV | 87.17 | 143.14 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 107 | 114 | 0.67 | 0.06 | 0 | 0.55 | 185.53 | 0.5 | 0.3 |
| Hex | 26 | 6B | 72 | 43 | 6 | 0 | 37 | BA | 32 | 1E |
| Octal | 46 | 153 | 162 | 103 | 6 | 0 | 67 | 272 | 62 | 36 |
| Binary | 100110 | 1101011 | 1110010 | 1000011 | 110 | 0 | 110111 | 10111010 | 110010 | 11110 |
Color Harmonies of #266B72
Complementary color
Monochromatic Colors of #266B72
Black with #266B72
Text Example
Text Example
White with #266B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266B72; }
p { color: rgb(38,107,114); }
H1.HeaderClassName
{
color: #266B72;
}
.AnyTagClassName
{
color: #266B72;
}
</style>
background-color css
<style>
a { background-color: #266B72; }
a { background-color: rgb(38,107,114); }
div.DivClassName
{
background-color: #266B72;
}
.BgClassName
{
background-color: #266B72;
}
</style>
border-color css
<style>
span { border-color: #266B72; }
span { border-color: rgb(38,107,114); }
td.TdClassName
{
border-color: #266B72;
}
.TagClassName
{
border-color: #266B72;
}
</style>