Shades of Chathams Blue #2D586B
Tints of Chathams Blue #2D586B
RGB
CMYK
RGB Variations
Color information
#2D586B (or 0x2D586B) is known color: Chathams Blue. HEX triplet: 2D, 58 and 6B. RGB value is (45,88,107). Sum of RGB (Red+Green+Blue) = 45+88+107=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 107 - color contains mainly: blue. Hex color #2D586B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D586B is #D2A794. Grayscale: #4D4D4D. Windows color (decimal): -13805461 or 7034925. OLE color: 7034925.
HSL color Cylindrical-coordinate representation of color #2D586B: hue angle of 198.39º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D586B is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 88 | 107 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.58 |
| HSL | 198.39º | 0.41% | 0.3% | - |
| HSV(B) | 198.39º | 0.58% | 0.42% | - |
| XYZ | 7.23 | 8.6 | 15.19 | - |
| YUV | 77.31 | 144.75 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 88 | 107 | 0.58 | 0.18 | 0 | 0.58 | 198.39 | 0.41 | 0.3 |
| Hex | 2D | 58 | 6B | 3A | 12 | 0 | 3A | C6 | 29 | 1E |
| Octal | 55 | 130 | 153 | 72 | 22 | 0 | 72 | 306 | 51 | 36 |
| Binary | 101101 | 1011000 | 1101011 | 111010 | 10010 | 0 | 111010 | 11000110 | 101001 | 11110 |
Color Harmonies of #2D586B
Complementary color
Monochromatic Colors of #2D586B
Black with #2D586B
Text Example
Text Example
White with #2D586B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D586B; }
p { color: rgb(45,88,107); }
H1.HeaderClassName
{
color: #2D586B;
}
.AnyTagClassName
{
color: #2D586B;
}
</style>
background-color css
<style>
a { background-color: #2D586B; }
a { background-color: rgb(45,88,107); }
div.DivClassName
{
background-color: #2D586B;
}
.BgClassName
{
background-color: #2D586B;
}
</style>
border-color css
<style>
span { border-color: #2D586B; }
span { border-color: rgb(45,88,107); }
td.TdClassName
{
border-color: #2D586B;
}
.TagClassName
{
border-color: #2D586B;
}
</style>