Shades of Chathams Blue #2D566B
Tints of Chathams Blue #2D566B
RGB
CMYK
RGB Variations
Color information
#2D566B (or 0x2D566B) is known color: Chathams Blue. HEX triplet: 2D, 56 and 6B. RGB value is (45,86,107). Sum of RGB (Red+Green+Blue) = 45+86+107=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 86 (33.98% from 255 or 36.13% 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 #2D566B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D566B is #D2A994. Grayscale: #4C4C4C. Windows color (decimal): -13805973 or 7034413. OLE color: 7034413.
HSL color Cylindrical-coordinate representation of color #2D566B: hue angle of 200.32º 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 #2D566B is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 86 | 107 | - |
| CMYK | 0.58 | 0.20 | 0 | 0.58 |
| HSL | 200.32º | 0.41% | 0.3% | - |
| HSV(B) | 200.32º | 0.58% | 0.42% | - |
| XYZ | 7.06 | 8.28 | 15.13 | - |
| YUV | 76.14 | 145.42 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 86 | 107 | 0.58 | 0.20 | 0 | 0.58 | 200.32 | 0.41 | 0.3 |
| Hex | 2D | 56 | 6B | 3A | 14 | 0 | 3A | C8 | 29 | 1E |
| Octal | 55 | 126 | 153 | 72 | 24 | 0 | 72 | 310 | 51 | 36 |
| Binary | 101101 | 1010110 | 1101011 | 111010 | 10100 | 0 | 111010 | 11001000 | 101001 | 11110 |
Color Harmonies of #2D566B
Complementary color
Monochromatic Colors of #2D566B
Black with #2D566B
Text Example
Text Example
White with #2D566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D566B; }
p { color: rgb(45,86,107); }
H1.HeaderClassName
{
color: #2D566B;
}
.AnyTagClassName
{
color: #2D566B;
}
</style>
background-color css
<style>
a { background-color: #2D566B; }
a { background-color: rgb(45,86,107); }
div.DivClassName
{
background-color: #2D566B;
}
.BgClassName
{
background-color: #2D566B;
}
</style>
border-color css
<style>
span { border-color: #2D566B; }
span { border-color: rgb(45,86,107); }
td.TdClassName
{
border-color: #2D566B;
}
.TagClassName
{
border-color: #2D566B;
}
</style>