Shades of Chathams Blue #2A5763
Tints of Chathams Blue #2A5763
RGB
CMYK
RGB Variations
Color information
#2A5763 (or 0x2A5763) is known color: Chathams Blue. HEX triplet: 2A, 57 and 63. RGB value is (42,87,99). Sum of RGB (Red+Green+Blue) = 42+87+99=228 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.42% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 99 - color contains mainly: blue. Hex color #2A5763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5763 is #D5A89C. Grayscale: #4A4A4A. Windows color (decimal): -14002333 or 6510378. OLE color: 6510378.
HSL color Cylindrical-coordinate representation of color #2A5763: hue angle of 192.63º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A5763 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 42 | 87 | 99 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.61 |
| HSL | 192.63º | 0.4% | 0.28% | - |
| HSV(B) | 192.63º | 0.58% | 0.39% | - |
| XYZ | 6.62 | 8.21 | 13.04 | - |
| YUV | 74.91 | 141.59 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 87 | 99 | 0.58 | 0.12 | 0 | 0.61 | 192.63 | 0.4 | 0.28 |
| Hex | 2A | 57 | 63 | 3A | C | 0 | 3D | C1 | 28 | 1C |
| Octal | 52 | 127 | 143 | 72 | 14 | 0 | 75 | 301 | 50 | 34 |
| Binary | 101010 | 1010111 | 1100011 | 111010 | 1100 | 0 | 111101 | 11000001 | 101000 | 11100 |
Color Harmonies of #2A5763
Complementary color
Monochromatic Colors of #2A5763
Black with #2A5763
Text Example
Text Example
White with #2A5763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5763; }
p { color: rgb(42,87,99); }
H1.HeaderClassName
{
color: #2A5763;
}
.AnyTagClassName
{
color: #2A5763;
}
</style>
background-color css
<style>
a { background-color: #2A5763; }
a { background-color: rgb(42,87,99); }
div.DivClassName
{
background-color: #2A5763;
}
.BgClassName
{
background-color: #2A5763;
}
</style>
border-color css
<style>
span { border-color: #2A5763; }
span { border-color: rgb(42,87,99); }
td.TdClassName
{
border-color: #2A5763;
}
.TagClassName
{
border-color: #2A5763;
}
</style>