Shades of Chathams Blue #34556E
Tints of Chathams Blue #34556E
RGB
CMYK
RGB Variations
Color information
#34556E (or 0x34556E) is known color: Chathams Blue. HEX triplet: 34, 55 and 6E. RGB value is (52,85,110). Sum of RGB (Red+Green+Blue) = 52+85+110=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 110 (43.36% from 255 or 44.53% from 247); Max value from RGB is 110 - color contains mainly: blue. Hex color #34556E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34556E is #CBAA91. Grayscale: #4D4D4D. Windows color (decimal): -13347474 or 7230772. OLE color: 7230772.
HSL color Cylindrical-coordinate representation of color #34556E: hue angle of 205.86º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #34556E is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 85 | 110 | - |
| CMYK | 0.53 | 0.23 | 0 | 0.57 |
| HSL | 205.86º | 0.36% | 0.32% | - |
| HSV(B) | 205.86º | 0.53% | 0.43% | - |
| XYZ | 7.48 | 8.35 | 15.97 | - |
| YUV | 77.98 | 146.07 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 85 | 110 | 0.53 | 0.23 | 0 | 0.57 | 205.86 | 0.36 | 0.32 |
| Hex | 34 | 55 | 6E | 35 | 17 | 0 | 39 | CE | 24 | 20 |
| Octal | 64 | 125 | 156 | 65 | 27 | 0 | 71 | 316 | 44 | 40 |
| Binary | 110100 | 1010101 | 1101110 | 110101 | 10111 | 0 | 111001 | 11001110 | 100100 | 100000 |
Color Harmonies of #34556E
Complementary color
Monochromatic Colors of #34556E
Black with #34556E
Text Example
Text Example
White with #34556E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34556E; }
p { color: rgb(52,85,110); }
H1.HeaderClassName
{
color: #34556E;
}
.AnyTagClassName
{
color: #34556E;
}
</style>
background-color css
<style>
a { background-color: #34556E; }
a { background-color: rgb(52,85,110); }
div.DivClassName
{
background-color: #34556E;
}
.BgClassName
{
background-color: #34556E;
}
</style>
border-color css
<style>
span { border-color: #34556E; }
span { border-color: rgb(52,85,110); }
td.TdClassName
{
border-color: #34556E;
}
.TagClassName
{
border-color: #34556E;
}
</style>