Shades of Chathams Blue #26556F
Tints of Chathams Blue #26556F
RGB
CMYK
RGB Variations
Color information
#26556F (or 0x26556F) is known color: Chathams Blue. HEX triplet: 26, 55 and 6F. RGB value is (38,85,111). Sum of RGB (Red+Green+Blue) = 38+85+111=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 111 (43.75% from 255 or 47.44% from 234); Max value from RGB is 111 - color contains mainly: blue. Hex color #26556F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26556F is #D9AA90. Grayscale: #494949. Windows color (decimal): -14264977 or 7296294. OLE color: 7296294.
HSL color Cylindrical-coordinate representation of color #26556F: hue angle of 201.37º 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 #26556F is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 85 | 111 | - |
| CMYK | 0.66 | 0.23 | 0 | 0.56 |
| HSL | 201.37º | 0.49% | 0.29% | - |
| HSV(B) | 201.37º | 0.66% | 0.44% | - |
| XYZ | 6.92 | 8.06 | 16.23 | - |
| YUV | 73.91 | 148.93 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 85 | 111 | 0.66 | 0.23 | 0 | 0.56 | 201.37 | 0.49 | 0.29 |
| Hex | 26 | 55 | 6F | 42 | 17 | 0 | 38 | C9 | 31 | 1D |
| Octal | 46 | 125 | 157 | 102 | 27 | 0 | 70 | 311 | 61 | 35 |
| Binary | 100110 | 1010101 | 1101111 | 1000010 | 10111 | 0 | 111000 | 11001001 | 110001 | 11101 |
Color Harmonies of #26556F
Complementary color
Monochromatic Colors of #26556F
Black with #26556F
Text Example
Text Example
White with #26556F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26556F; }
p { color: rgb(38,85,111); }
H1.HeaderClassName
{
color: #26556F;
}
.AnyTagClassName
{
color: #26556F;
}
</style>
background-color css
<style>
a { background-color: #26556F; }
a { background-color: rgb(38,85,111); }
div.DivClassName
{
background-color: #26556F;
}
.BgClassName
{
background-color: #26556F;
}
</style>
border-color css
<style>
span { border-color: #26556F; }
span { border-color: rgb(38,85,111); }
td.TdClassName
{
border-color: #26556F;
}
.TagClassName
{
border-color: #26556F;
}
</style>