Shades of Chathams Blue #26546F
Tints of Chathams Blue #26546F
RGB
CMYK
RGB Variations
Color information
#26546F (or 0x26546F) is known color: Chathams Blue. HEX triplet: 26, 54 and 6F. RGB value is (38,84,111). Sum of RGB (Red+Green+Blue) = 38+84+111=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 111 (43.75% from 255 or 47.64% from 233); Max value from RGB is 111 - color contains mainly: blue. Hex color #26546F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26546F is #D9AB90. Grayscale: #494949. Windows color (decimal): -14265233 or 7296038. OLE color: 7296038.
HSL color Cylindrical-coordinate representation of color #26546F: hue angle of 202.19º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #26546F is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 84 | 111 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.56 |
| HSL | 202.19º | 0.49% | 0.29% | - |
| HSV(B) | 202.19º | 0.66% | 0.44% | - |
| XYZ | 6.84 | 7.9 | 16.2 | - |
| YUV | 73.32 | 149.26 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 84 | 111 | 0.66 | 0.24 | 0 | 0.56 | 202.19 | 0.49 | 0.29 |
| Hex | 26 | 54 | 6F | 42 | 18 | 0 | 38 | CA | 31 | 1D |
| Octal | 46 | 124 | 157 | 102 | 30 | 0 | 70 | 312 | 61 | 35 |
| Binary | 100110 | 1010100 | 1101111 | 1000010 | 11000 | 0 | 111000 | 11001010 | 110001 | 11101 |
Color Harmonies of #26546F
Complementary color
Monochromatic Colors of #26546F
Black with #26546F
Text Example
Text Example
White with #26546F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26546F; }
p { color: rgb(38,84,111); }
H1.HeaderClassName
{
color: #26546F;
}
.AnyTagClassName
{
color: #26546F;
}
</style>
background-color css
<style>
a { background-color: #26546F; }
a { background-color: rgb(38,84,111); }
div.DivClassName
{
background-color: #26546F;
}
.BgClassName
{
background-color: #26546F;
}
</style>
border-color css
<style>
span { border-color: #26546F; }
span { border-color: rgb(38,84,111); }
td.TdClassName
{
border-color: #26546F;
}
.TagClassName
{
border-color: #26546F;
}
</style>