Shades of Chathams Blue #2A566E
Tints of Chathams Blue #2A566E
RGB
CMYK
RGB Variations
Color information
#2A566E (or 0x2A566E) is known color: Chathams Blue. HEX triplet: 2A, 56 and 6E. RGB value is (42,86,110). Sum of RGB (Red+Green+Blue) = 42+86+110=238 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.65% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 110 (43.36% from 255 or 46.22% from 238); Max value from RGB is 110 - color contains mainly: blue. Hex color #2A566E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A566E is #D5A991. Grayscale: #4B4B4B. Windows color (decimal): -14002578 or 7231018. OLE color: 7231018.
HSL color Cylindrical-coordinate representation of color #2A566E: hue angle of 201.18º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A566E is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 42 | 86 | 110 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.57 |
| HSL | 201.18º | 0.45% | 0.3% | - |
| HSV(B) | 201.18º | 0.62% | 0.43% | - |
| XYZ | 7.1 | 8.27 | 15.97 | - |
| YUV | 75.58 | 147.42 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 86 | 110 | 0.62 | 0.22 | 0 | 0.57 | 201.18 | 0.45 | 0.3 |
| Hex | 2A | 56 | 6E | 3E | 16 | 0 | 39 | C9 | 2D | 1E |
| Octal | 52 | 126 | 156 | 76 | 26 | 0 | 71 | 311 | 55 | 36 |
| Binary | 101010 | 1010110 | 1101110 | 111110 | 10110 | 0 | 111001 | 11001001 | 101101 | 11110 |
Color Harmonies of #2A566E
Complementary color
Monochromatic Colors of #2A566E
Black with #2A566E
Text Example
Text Example
White with #2A566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A566E; }
p { color: rgb(42,86,110); }
H1.HeaderClassName
{
color: #2A566E;
}
.AnyTagClassName
{
color: #2A566E;
}
</style>
background-color css
<style>
a { background-color: #2A566E; }
a { background-color: rgb(42,86,110); }
div.DivClassName
{
background-color: #2A566E;
}
.BgClassName
{
background-color: #2A566E;
}
</style>
border-color css
<style>
span { border-color: #2A566E; }
span { border-color: rgb(42,86,110); }
td.TdClassName
{
border-color: #2A566E;
}
.TagClassName
{
border-color: #2A566E;
}
</style>