Shades of Chathams Blue #2E556B
Tints of Chathams Blue #2E556B
RGB
CMYK
RGB Variations
Color information
#2E556B (or 0x2E556B) is known color: Chathams Blue. HEX triplet: 2E, 55 and 6B. RGB value is (46,85,107). Sum of RGB (Red+Green+Blue) = 46+85+107=238 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.33% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 107 - color contains mainly: blue. Hex color #2E556B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E556B is #D1AA94. Grayscale: #4B4B4B. Windows color (decimal): -13740693 or 7034158. OLE color: 7034158.
HSL color Cylindrical-coordinate representation of color #2E556B: hue angle of 201.64º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E556B is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 85 | 107 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.58 |
| HSL | 201.64º | 0.4% | 0.3% | - |
| HSV(B) | 201.64º | 0.57% | 0.42% | - |
| XYZ | 7.03 | 8.14 | 15.11 | - |
| YUV | 75.85 | 145.58 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 85 | 107 | 0.57 | 0.21 | 0 | 0.58 | 201.64 | 0.4 | 0.3 |
| Hex | 2E | 55 | 6B | 39 | 15 | 0 | 3A | CA | 28 | 1E |
| Octal | 56 | 125 | 153 | 71 | 25 | 0 | 72 | 312 | 50 | 36 |
| Binary | 101110 | 1010101 | 1101011 | 111001 | 10101 | 0 | 111010 | 11001010 | 101000 | 11110 |
Color Harmonies of #2E556B
Complementary color
Monochromatic Colors of #2E556B
Black with #2E556B
Text Example
Text Example
White with #2E556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E556B; }
p { color: rgb(46,85,107); }
H1.HeaderClassName
{
color: #2E556B;
}
.AnyTagClassName
{
color: #2E556B;
}
</style>
background-color css
<style>
a { background-color: #2E556B; }
a { background-color: rgb(46,85,107); }
div.DivClassName
{
background-color: #2E556B;
}
.BgClassName
{
background-color: #2E556B;
}
</style>
border-color css
<style>
span { border-color: #2E556B; }
span { border-color: rgb(46,85,107); }
td.TdClassName
{
border-color: #2E556B;
}
.TagClassName
{
border-color: #2E556B;
}
</style>