Shades of Chathams Blue #2A4E6B
Tints of Chathams Blue #2A4E6B
RGB
CMYK
RGB Variations
Color information
#2A4E6B (or 0x2A4E6B) is known color: Chathams Blue. HEX triplet: 2A, 4E and 6B. RGB value is (42,78,107). Sum of RGB (Red+Green+Blue) = 42+78+107=227 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.50% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 107 - color contains mainly: blue. Hex color #2A4E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A4E6B is #D5B194. Grayscale: #464646. Windows color (decimal): -14004629 or 7032362. OLE color: 7032362.
HSL color Cylindrical-coordinate representation of color #2A4E6B: hue angle of 206.77º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A4E6B is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 42 | 78 | 107 | - |
| CMYK | 0.61 | 0.27 | 0 | 0.58 |
| HSL | 206.77º | 0.44% | 0.29% | - |
| HSV(B) | 206.77º | 0.61% | 0.42% | - |
| XYZ | 6.33 | 7 | 14.93 | - |
| YUV | 70.54 | 148.57 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 78 | 107 | 0.61 | 0.27 | 0 | 0.58 | 206.77 | 0.44 | 0.29 |
| Hex | 2A | 4E | 6B | 3D | 1B | 0 | 3A | CF | 2C | 1D |
| Octal | 52 | 116 | 153 | 75 | 33 | 0 | 72 | 317 | 54 | 35 |
| Binary | 101010 | 1001110 | 1101011 | 111101 | 11011 | 0 | 111010 | 11001111 | 101100 | 11101 |
Color Harmonies of #2A4E6B
Complementary color
Monochromatic Colors of #2A4E6B
Black with #2A4E6B
Text Example
Text Example
White with #2A4E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4E6B; }
p { color: rgb(42,78,107); }
H1.HeaderClassName
{
color: #2A4E6B;
}
.AnyTagClassName
{
color: #2A4E6B;
}
</style>
background-color css
<style>
a { background-color: #2A4E6B; }
a { background-color: rgb(42,78,107); }
div.DivClassName
{
background-color: #2A4E6B;
}
.BgClassName
{
background-color: #2A4E6B;
}
</style>
border-color css
<style>
span { border-color: #2A4E6B; }
span { border-color: rgb(42,78,107); }
td.TdClassName
{
border-color: #2A4E6B;
}
.TagClassName
{
border-color: #2A4E6B;
}
</style>