Shades of Chathams Blue #26536C
Tints of Chathams Blue #26536C
RGB
CMYK
RGB Variations
Color information
#26536C (or 0x26536C) is known color: Chathams Blue. HEX triplet: 26, 53 and 6C. RGB value is (38,83,108). Sum of RGB (Red+Green+Blue) = 38+83+108=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 108 - color contains mainly: blue. Hex color #26536C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26536C is #D9AC93. Grayscale: #484848. Windows color (decimal): -14265492 or 7099174. OLE color: 7099174.
HSL color Cylindrical-coordinate representation of color #26536C: hue angle of 201.43º 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 #26536C is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 83 | 108 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.58 |
| HSL | 201.43º | 0.48% | 0.29% | - |
| HSV(B) | 201.43º | 0.65% | 0.42% | - |
| XYZ | 6.6 | 7.68 | 15.32 | - |
| YUV | 72.4 | 148.09 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 83 | 108 | 0.65 | 0.23 | 0 | 0.58 | 201.43 | 0.48 | 0.29 |
| Hex | 26 | 53 | 6C | 41 | 17 | 0 | 3A | C9 | 30 | 1D |
| Octal | 46 | 123 | 154 | 101 | 27 | 0 | 72 | 311 | 60 | 35 |
| Binary | 100110 | 1010011 | 1101100 | 1000001 | 10111 | 0 | 111010 | 11001001 | 110000 | 11101 |
Color Harmonies of #26536C
Complementary color
Monochromatic Colors of #26536C
Black with #26536C
Text Example
Text Example
White with #26536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26536C; }
p { color: rgb(38,83,108); }
H1.HeaderClassName
{
color: #26536C;
}
.AnyTagClassName
{
color: #26536C;
}
</style>
background-color css
<style>
a { background-color: #26536C; }
a { background-color: rgb(38,83,108); }
div.DivClassName
{
background-color: #26536C;
}
.BgClassName
{
background-color: #26536C;
}
</style>
border-color css
<style>
span { border-color: #26536C; }
span { border-color: rgb(38,83,108); }
td.TdClassName
{
border-color: #26536C;
}
.TagClassName
{
border-color: #26536C;
}
</style>