Shades of Chathams Blue #26576B
Tints of Chathams Blue #26576B
RGB
CMYK
RGB Variations
Color information
#26576B (or 0x26576B) is known color: Chathams Blue. HEX triplet: 26, 57 and 6B. RGB value is (38,87,107). Sum of RGB (Red+Green+Blue) = 38+87+107=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 87 (34.38% from 255 or 37.5% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 107 - color contains mainly: blue. Hex color #26576B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26576B is #D9A894. Grayscale: #4A4A4A. Windows color (decimal): -14264469 or 7034662. OLE color: 7034662.
HSL color Cylindrical-coordinate representation of color #26576B: hue angle of 197.39º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #26576B is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 87 | 107 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.58 |
| HSL | 197.39º | 0.48% | 0.28% | - |
| HSV(B) | 197.39º | 0.64% | 0.42% | - |
| XYZ | 6.86 | 8.29 | 15.15 | - |
| YUV | 74.63 | 146.27 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 87 | 107 | 0.64 | 0.19 | 0 | 0.58 | 197.39 | 0.48 | 0.28 |
| Hex | 26 | 57 | 6B | 40 | 13 | 0 | 3A | C5 | 30 | 1C |
| Octal | 46 | 127 | 153 | 100 | 23 | 0 | 72 | 305 | 60 | 34 |
| Binary | 100110 | 1010111 | 1101011 | 1000000 | 10011 | 0 | 111010 | 11000101 | 110000 | 11100 |
Color Harmonies of #26576B
Complementary color
Monochromatic Colors of #26576B
Black with #26576B
Text Example
Text Example
White with #26576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26576B; }
p { color: rgb(38,87,107); }
H1.HeaderClassName
{
color: #26576B;
}
.AnyTagClassName
{
color: #26576B;
}
</style>
background-color css
<style>
a { background-color: #26576B; }
a { background-color: rgb(38,87,107); }
div.DivClassName
{
background-color: #26576B;
}
.BgClassName
{
background-color: #26576B;
}
</style>
border-color css
<style>
span { border-color: #26576B; }
span { border-color: rgb(38,87,107); }
td.TdClassName
{
border-color: #26576B;
}
.TagClassName
{
border-color: #26576B;
}
</style>