Shades of Chathams Blue #26526B
Tints of Chathams Blue #26526B
RGB
CMYK
RGB Variations
Color information
#26526B (or 0x26526B) is known color: Chathams Blue. HEX triplet: 26, 52 and 6B. RGB value is (38,82,107). Sum of RGB (Red+Green+Blue) = 38+82+107=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 107 - color contains mainly: blue. Hex color #26526B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26526B is #D9AD94. Grayscale: #474747. Windows color (decimal): -14265749 or 7033382. OLE color: 7033382.
HSL color Cylindrical-coordinate representation of color #26526B: hue angle of 201.74º 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 #26526B is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 82 | 107 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.58 |
| HSL | 201.74º | 0.48% | 0.28% | - |
| HSV(B) | 201.74º | 0.64% | 0.42% | - |
| XYZ | 6.47 | 7.51 | 15.02 | - |
| YUV | 71.69 | 147.92 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 82 | 107 | 0.64 | 0.23 | 0 | 0.58 | 201.74 | 0.48 | 0.28 |
| Hex | 26 | 52 | 6B | 40 | 17 | 0 | 3A | CA | 30 | 1C |
| Octal | 46 | 122 | 153 | 100 | 27 | 0 | 72 | 312 | 60 | 34 |
| Binary | 100110 | 1010010 | 1101011 | 1000000 | 10111 | 0 | 111010 | 11001010 | 110000 | 11100 |
Color Harmonies of #26526B
Complementary color
Monochromatic Colors of #26526B
Black with #26526B
Text Example
Text Example
White with #26526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26526B; }
p { color: rgb(38,82,107); }
H1.HeaderClassName
{
color: #26526B;
}
.AnyTagClassName
{
color: #26526B;
}
</style>
background-color css
<style>
a { background-color: #26526B; }
a { background-color: rgb(38,82,107); }
div.DivClassName
{
background-color: #26526B;
}
.BgClassName
{
background-color: #26526B;
}
</style>
border-color css
<style>
span { border-color: #26526B; }
span { border-color: rgb(38,82,107); }
td.TdClassName
{
border-color: #26526B;
}
.TagClassName
{
border-color: #26526B;
}
</style>