Shades of Chathams Blue #26566E
Tints of Chathams Blue #26566E
RGB
CMYK
RGB Variations
Color information
#26566E (or 0x26566E) is known color: Chathams Blue. HEX triplet: 26, 56 and 6E. RGB value is (38,86,110). Sum of RGB (Red+Green+Blue) = 38+86+110=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 110 (43.36% from 255 or 47.01% from 234); Max value from RGB is 110 - color contains mainly: blue. Hex color #26566E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26566E is #D9A991. Grayscale: #4A4A4A. Windows color (decimal): -14264722 or 7231014. OLE color: 7231014.
HSL color Cylindrical-coordinate representation of color #26566E: hue angle of 200º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #26566E is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 38 | 86 | 110 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.57 |
| HSL | 200º | 0.49% | 0.29% | - |
| HSV(B) | 200º | 0.65% | 0.43% | - |
| XYZ | 6.94 | 8.19 | 15.97 | - |
| YUV | 74.38 | 148.1 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 86 | 110 | 0.65 | 0.22 | 0 | 0.57 | 200 | 0.49 | 0.29 |
| Hex | 26 | 56 | 6E | 41 | 16 | 0 | 39 | C8 | 31 | 1D |
| Octal | 46 | 126 | 156 | 101 | 26 | 0 | 71 | 310 | 61 | 35 |
| Binary | 100110 | 1010110 | 1101110 | 1000001 | 10110 | 0 | 111001 | 11001000 | 110001 | 11101 |
Color Harmonies of #26566E
Complementary color
Monochromatic Colors of #26566E
Black with #26566E
Text Example
Text Example
White with #26566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26566E; }
p { color: rgb(38,86,110); }
H1.HeaderClassName
{
color: #26566E;
}
.AnyTagClassName
{
color: #26566E;
}
</style>
background-color css
<style>
a { background-color: #26566E; }
a { background-color: rgb(38,86,110); }
div.DivClassName
{
background-color: #26566E;
}
.BgClassName
{
background-color: #26566E;
}
</style>
border-color css
<style>
span { border-color: #26566E; }
span { border-color: rgb(38,86,110); }
td.TdClassName
{
border-color: #26566E;
}
.TagClassName
{
border-color: #26566E;
}
</style>