Shades of Chathams Blue #2A5269
Tints of Chathams Blue #2A5269
RGB
CMYK
RGB Variations
Color information
#2A5269 (or 0x2A5269) is known color: Chathams Blue. HEX triplet: 2A, 52 and 69. RGB value is (42,82,105). Sum of RGB (Red+Green+Blue) = 42+82+105=229 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.34% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 105 - color contains mainly: blue. Hex color #2A5269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5269 is #D5AD96. Grayscale: #484848. Windows color (decimal): -14003607 or 6902314. OLE color: 6902314.
HSL color Cylindrical-coordinate representation of color #2A5269: hue angle of 201.9º 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 #2A5269 is Cyan = 0.6, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 82 | 105 | - |
| CMYK | 0.6 | 0.22 | 0 | 0.59 |
| HSL | 201.9º | 0.43% | 0.29% | - |
| HSV(B) | 201.9º | 0.6% | 0.41% | - |
| XYZ | 6.52 | 7.55 | 14.48 | - |
| YUV | 72.66 | 146.25 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 82 | 105 | 0.6 | 0.22 | 0 | 0.59 | 201.9 | 0.43 | 0.29 |
| Hex | 2A | 52 | 69 | 3C | 16 | 0 | 3B | CA | 2B | 1D |
| Octal | 52 | 122 | 151 | 74 | 26 | 0 | 73 | 312 | 53 | 35 |
| Binary | 101010 | 1010010 | 1101001 | 111100 | 10110 | 0 | 111011 | 11001010 | 101011 | 11101 |
Color Harmonies of #2A5269
Complementary color
Monochromatic Colors of #2A5269
Black with #2A5269
Text Example
Text Example
White with #2A5269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5269; }
p { color: rgb(42,82,105); }
H1.HeaderClassName
{
color: #2A5269;
}
.AnyTagClassName
{
color: #2A5269;
}
</style>
background-color css
<style>
a { background-color: #2A5269; }
a { background-color: rgb(42,82,105); }
div.DivClassName
{
background-color: #2A5269;
}
.BgClassName
{
background-color: #2A5269;
}
</style>
border-color css
<style>
span { border-color: #2A5269; }
span { border-color: rgb(42,82,105); }
td.TdClassName
{
border-color: #2A5269;
}
.TagClassName
{
border-color: #2A5269;
}
</style>