Shades of Chathams Blue #26506D
Tints of Chathams Blue #26506D
RGB
CMYK
RGB Variations
Color information
#26506D (or 0x26506D) is known color: Chathams Blue. HEX triplet: 26, 50 and 6D. RGB value is (38,80,109). Sum of RGB (Red+Green+Blue) = 38+80+109=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 109 - color contains mainly: blue. Hex color #26506D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26506D is #D9AF92. Grayscale: #464646. Windows color (decimal): -14266259 or 7163942. OLE color: 7163942.
HSL color Cylindrical-coordinate representation of color #26506D: hue angle of 204.51º degrees, saturation: 0.48, 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 #26506D is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 38 | 80 | 109 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.57 |
| HSL | 204.51º | 0.48% | 0.29% | - |
| HSV(B) | 204.51º | 0.65% | 0.43% | - |
| XYZ | 6.43 | 7.25 | 15.53 | - |
| YUV | 70.75 | 149.59 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 80 | 109 | 0.65 | 0.27 | 0 | 0.57 | 204.51 | 0.48 | 0.29 |
| Hex | 26 | 50 | 6D | 41 | 1B | 0 | 39 | CD | 30 | 1D |
| Octal | 46 | 120 | 155 | 101 | 33 | 0 | 71 | 315 | 60 | 35 |
| Binary | 100110 | 1010000 | 1101101 | 1000001 | 11011 | 0 | 111001 | 11001101 | 110000 | 11101 |
Color Harmonies of #26506D
Complementary color
Monochromatic Colors of #26506D
Black with #26506D
Text Example
Text Example
White with #26506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26506D; }
p { color: rgb(38,80,109); }
H1.HeaderClassName
{
color: #26506D;
}
.AnyTagClassName
{
color: #26506D;
}
</style>
background-color css
<style>
a { background-color: #26506D; }
a { background-color: rgb(38,80,109); }
div.DivClassName
{
background-color: #26506D;
}
.BgClassName
{
background-color: #26506D;
}
</style>
border-color css
<style>
span { border-color: #26506D; }
span { border-color: rgb(38,80,109); }
td.TdClassName
{
border-color: #26506D;
}
.TagClassName
{
border-color: #26506D;
}
</style>