Shades of Allports #266373
Tints of Allports #266373
RGB
CMYK
RGB Variations
Color information
#266373 (or 0x266373) is known color: Allports. HEX triplet: 26, 63 and 73. RGB value is (38,99,115). Sum of RGB (Red+Green+Blue) = 38+99+115=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 115 - color contains mainly: blue. Hex color #266373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266373 is #D99C8C. Grayscale: #525252. Windows color (decimal): -14261389 or 7562022. OLE color: 7562022.
HSL color Cylindrical-coordinate representation of color #266373: hue angle of 192.47º 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 #266373 is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 99 | 115 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.55 |
| HSL | 192.47º | 0.5% | 0.3% | - |
| HSV(B) | 192.47º | 0.67% | 0.45% | - |
| XYZ | 8.36 | 10.57 | 17.82 | - |
| YUV | 82.59 | 146.29 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 99 | 115 | 0.67 | 0.14 | 0 | 0.55 | 192.47 | 0.5 | 0.3 |
| Hex | 26 | 63 | 73 | 43 | E | 0 | 37 | C0 | 32 | 1E |
| Octal | 46 | 143 | 163 | 103 | 16 | 0 | 67 | 300 | 62 | 36 |
| Binary | 100110 | 1100011 | 1110011 | 1000011 | 1110 | 0 | 110111 | 11000000 | 110010 | 11110 |
Color Harmonies of #266373
Complementary color
Monochromatic Colors of #266373
Black with #266373
Text Example
Text Example
White with #266373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266373; }
p { color: rgb(38,99,115); }
H1.HeaderClassName
{
color: #266373;
}
.AnyTagClassName
{
color: #266373;
}
</style>
background-color css
<style>
a { background-color: #266373; }
a { background-color: rgb(38,99,115); }
div.DivClassName
{
background-color: #266373;
}
.BgClassName
{
background-color: #266373;
}
</style>
border-color css
<style>
span { border-color: #266373; }
span { border-color: rgb(38,99,115); }
td.TdClassName
{
border-color: #266373;
}
.TagClassName
{
border-color: #266373;
}
</style>