Shades of Chathams Blue #2A5669
Tints of Chathams Blue #2A5669
RGB
CMYK
RGB Variations
Color information
#2A5669 (or 0x2A5669) is known color: Chathams Blue. HEX triplet: 2A, 56 and 69. RGB value is (42,86,105). Sum of RGB (Red+Green+Blue) = 42+86+105=233 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.03% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #2A5669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5669 is #D5A996. Grayscale: #4A4A4A. Windows color (decimal): -14002583 or 6903338. OLE color: 6903338.
HSL color Cylindrical-coordinate representation of color #2A5669: hue angle of 198.1º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A5669 is Cyan = 0.6, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 86 | 105 | - |
| CMYK | 0.6 | 0.18 | 0 | 0.59 |
| HSL | 198.1º | 0.43% | 0.29% | - |
| HSV(B) | 198.1º | 0.6% | 0.41% | - |
| XYZ | 6.83 | 8.17 | 14.58 | - |
| YUV | 75.01 | 144.92 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 86 | 105 | 0.6 | 0.18 | 0 | 0.59 | 198.1 | 0.43 | 0.29 |
| Hex | 2A | 56 | 69 | 3C | 12 | 0 | 3B | C6 | 2B | 1D |
| Octal | 52 | 126 | 151 | 74 | 22 | 0 | 73 | 306 | 53 | 35 |
| Binary | 101010 | 1010110 | 1101001 | 111100 | 10010 | 0 | 111011 | 11000110 | 101011 | 11101 |
Color Harmonies of #2A5669
Complementary color
Monochromatic Colors of #2A5669
Black with #2A5669
Text Example
Text Example
White with #2A5669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5669; }
p { color: rgb(42,86,105); }
H1.HeaderClassName
{
color: #2A5669;
}
.AnyTagClassName
{
color: #2A5669;
}
</style>
background-color css
<style>
a { background-color: #2A5669; }
a { background-color: rgb(42,86,105); }
div.DivClassName
{
background-color: #2A5669;
}
.BgClassName
{
background-color: #2A5669;
}
</style>
border-color css
<style>
span { border-color: #2A5669; }
span { border-color: rgb(42,86,105); }
td.TdClassName
{
border-color: #2A5669;
}
.TagClassName
{
border-color: #2A5669;
}
</style>