Shades of Chathams Blue #26526E
Tints of Chathams Blue #26526E
RGB
CMYK
RGB Variations
Color information
#26526E (or 0x26526E) is known color: Chathams Blue. HEX triplet: 26, 52 and 6E. RGB value is (38,82,110). Sum of RGB (Red+Green+Blue) = 38+82+110=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 110 - color contains mainly: blue. Hex color #26526E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26526E is #D9AD91. Grayscale: #474747. Windows color (decimal): -14265746 or 7229990. OLE color: 7229990.
HSL color Cylindrical-coordinate representation of color #26526E: hue angle of 203.33º 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 #26526E is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 38 | 82 | 110 | - |
| CMYK | 0.65 | 0.25 | 0 | 0.57 |
| HSL | 203.33º | 0.49% | 0.29% | - |
| HSV(B) | 203.33º | 0.65% | 0.43% | - |
| XYZ | 6.63 | 7.57 | 15.86 | - |
| YUV | 72.04 | 149.42 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 82 | 110 | 0.65 | 0.25 | 0 | 0.57 | 203.33 | 0.49 | 0.29 |
| Hex | 26 | 52 | 6E | 41 | 19 | 0 | 39 | CB | 31 | 1D |
| Octal | 46 | 122 | 156 | 101 | 31 | 0 | 71 | 313 | 61 | 35 |
| Binary | 100110 | 1010010 | 1101110 | 1000001 | 11001 | 0 | 111001 | 11001011 | 110001 | 11101 |
Color Harmonies of #26526E
Complementary color
Monochromatic Colors of #26526E
Black with #26526E
Text Example
Text Example
White with #26526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26526E; }
p { color: rgb(38,82,110); }
H1.HeaderClassName
{
color: #26526E;
}
.AnyTagClassName
{
color: #26526E;
}
</style>
background-color css
<style>
a { background-color: #26526E; }
a { background-color: rgb(38,82,110); }
div.DivClassName
{
background-color: #26526E;
}
.BgClassName
{
background-color: #26526E;
}
</style>
border-color css
<style>
span { border-color: #26526E; }
span { border-color: rgb(38,82,110); }
td.TdClassName
{
border-color: #26526E;
}
.TagClassName
{
border-color: #26526E;
}
</style>