Shades of Chathams Blue #2A5568
Tints of Chathams Blue #2A5568
RGB
CMYK
RGB Variations
Color information
#2A5568 (or 0x2A5568) is known color: Chathams Blue. HEX triplet: 2A, 55 and 68. RGB value is (42,85,104). Sum of RGB (Red+Green+Blue) = 42+85+104=231 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.18% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 104 - color contains mainly: blue. Hex color #2A5568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5568 is #D5AA97. Grayscale: #4A4A4A. Windows color (decimal): -14002840 or 6837546. OLE color: 6837546.
HSL color Cylindrical-coordinate representation of color #2A5568: hue angle of 198.39º degrees, saturation: 0.42, 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 #2A5568 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 85 | 104 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.59 |
| HSL | 198.39º | 0.42% | 0.29% | - |
| HSV(B) | 198.39º | 0.6% | 0.41% | - |
| XYZ | 6.7 | 7.99 | 14.29 | - |
| YUV | 74.31 | 144.75 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 85 | 104 | 0.60 | 0.18 | 0 | 0.59 | 198.39 | 0.42 | 0.29 |
| Hex | 2A | 55 | 68 | 3C | 12 | 0 | 3B | C6 | 2A | 1D |
| Octal | 52 | 125 | 150 | 74 | 22 | 0 | 73 | 306 | 52 | 35 |
| Binary | 101010 | 1010101 | 1101000 | 111100 | 10010 | 0 | 111011 | 11000110 | 101010 | 11101 |
Color Harmonies of #2A5568
Complementary color
Monochromatic Colors of #2A5568
Black with #2A5568
Text Example
Text Example
White with #2A5568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5568; }
p { color: rgb(42,85,104); }
H1.HeaderClassName
{
color: #2A5568;
}
.AnyTagClassName
{
color: #2A5568;
}
</style>
background-color css
<style>
a { background-color: #2A5568; }
a { background-color: rgb(42,85,104); }
div.DivClassName
{
background-color: #2A5568;
}
.BgClassName
{
background-color: #2A5568;
}
</style>
border-color css
<style>
span { border-color: #2A5568; }
span { border-color: rgb(42,85,104); }
td.TdClassName
{
border-color: #2A5568;
}
.TagClassName
{
border-color: #2A5568;
}
</style>