Shades of Chathams Blue #26526C
Tints of Chathams Blue #26526C
RGB
CMYK
RGB Variations
Color information
#26526C (or 0x26526C) is known color: Chathams Blue. HEX triplet: 26, 52 and 6C. RGB value is (38,82,108). Sum of RGB (Red+Green+Blue) = 38+82+108=228 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.67% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 108 - color contains mainly: blue. Hex color #26526C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26526C is #D9AD93. Grayscale: #474747. Windows color (decimal): -14265748 or 7098918. OLE color: 7098918.
HSL color Cylindrical-coordinate representation of color #26526C: hue angle of 202.29º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #26526C is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 82 | 108 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.58 |
| HSL | 202.29º | 0.48% | 0.29% | - |
| HSV(B) | 202.29º | 0.65% | 0.42% | - |
| XYZ | 6.52 | 7.53 | 15.3 | - |
| YUV | 71.81 | 148.42 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 82 | 108 | 0.65 | 0.24 | 0 | 0.58 | 202.29 | 0.48 | 0.29 |
| Hex | 26 | 52 | 6C | 41 | 18 | 0 | 3A | CA | 30 | 1D |
| Octal | 46 | 122 | 154 | 101 | 30 | 0 | 72 | 312 | 60 | 35 |
| Binary | 100110 | 1010010 | 1101100 | 1000001 | 11000 | 0 | 111010 | 11001010 | 110000 | 11101 |
Color Harmonies of #26526C
Complementary color
Monochromatic Colors of #26526C
Black with #26526C
Text Example
Text Example
White with #26526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26526C; }
p { color: rgb(38,82,108); }
H1.HeaderClassName
{
color: #26526C;
}
.AnyTagClassName
{
color: #26526C;
}
</style>
background-color css
<style>
a { background-color: #26526C; }
a { background-color: rgb(38,82,108); }
div.DivClassName
{
background-color: #26526C;
}
.BgClassName
{
background-color: #26526C;
}
</style>
border-color css
<style>
span { border-color: #26526C; }
span { border-color: rgb(38,82,108); }
td.TdClassName
{
border-color: #26526C;
}
.TagClassName
{
border-color: #26526C;
}
</style>