Shades of Allports #26677D
Tints of Allports #26677D
RGB
CMYK
RGB Variations
Color information
#26677D (or 0x26677D) is known color: Allports. HEX triplet: 26, 67 and 7D. RGB value is (38,103,125). Sum of RGB (Red+Green+Blue) = 38+103+125=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 103 (40.62% from 255 or 38.72% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 125 - color contains mainly: blue. Hex color #26677D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26677D is #D99882. Grayscale: #555555. Windows color (decimal): -14260355 or 8218406. OLE color: 8218406.
HSL color Cylindrical-coordinate representation of color #26677D: hue angle of 195.17º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26677D is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 103 | 125 | - |
| CMYK | 0.70 | 0.18 | 0 | 0.51 |
| HSL | 195.17º | 0.53% | 0.32% | - |
| HSV(B) | 195.17º | 0.7% | 0.49% | - |
| XYZ | 9.35 | 11.59 | 21.15 | - |
| YUV | 86.07 | 149.97 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 103 | 125 | 0.70 | 0.18 | 0 | 0.51 | 195.17 | 0.53 | 0.32 |
| Hex | 26 | 67 | 7D | 46 | 12 | 0 | 33 | C3 | 35 | 20 |
| Octal | 46 | 147 | 175 | 106 | 22 | 0 | 63 | 303 | 65 | 40 |
| Binary | 100110 | 1100111 | 1111101 | 1000110 | 10010 | 0 | 110011 | 11000011 | 110101 | 100000 |
Color Harmonies of #26677D
Complementary color
Monochromatic Colors of #26677D
Black with #26677D
Text Example
Text Example
White with #26677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26677D; }
p { color: rgb(38,103,125); }
H1.HeaderClassName
{
color: #26677D;
}
.AnyTagClassName
{
color: #26677D;
}
</style>
background-color css
<style>
a { background-color: #26677D; }
a { background-color: rgb(38,103,125); }
div.DivClassName
{
background-color: #26677D;
}
.BgClassName
{
background-color: #26677D;
}
</style>
border-color css
<style>
span { border-color: #26677D; }
span { border-color: rgb(38,103,125); }
td.TdClassName
{
border-color: #26677D;
}
.TagClassName
{
border-color: #26677D;
}
</style>