Shades of Chathams Blue #294D6B
Tints of Chathams Blue #294D6B
RGB
CMYK
RGB Variations
Color information
#294D6B (or 0x294D6B) is known color: Chathams Blue. HEX triplet: 29, 4D and 6B. RGB value is (41,77,107). Sum of RGB (Red+Green+Blue) = 41+77+107=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 107 - color contains mainly: blue. Hex color #294D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294D6B is #D6B294. Grayscale: #454545. Windows color (decimal): -14070421 or 7032105. OLE color: 7032105.
HSL color Cylindrical-coordinate representation of color #294D6B: hue angle of 207.27º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #294D6B is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 77 | 107 | - |
| CMYK | 0.62 | 0.28 | 0 | 0.58 |
| HSL | 207.27º | 0.45% | 0.29% | - |
| HSV(B) | 207.27º | 0.62% | 0.42% | - |
| XYZ | 6.22 | 6.84 | 14.9 | - |
| YUV | 69.66 | 149.07 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 107 | 0.62 | 0.28 | 0 | 0.58 | 207.27 | 0.45 | 0.29 |
| Hex | 29 | 4D | 6B | 3E | 1C | 0 | 3A | CF | 2D | 1D |
| Octal | 51 | 115 | 153 | 76 | 34 | 0 | 72 | 317 | 55 | 35 |
| Binary | 101001 | 1001101 | 1101011 | 111110 | 11100 | 0 | 111010 | 11001111 | 101101 | 11101 |
Color Harmonies of #294D6B
Complementary color
Monochromatic Colors of #294D6B
Black with #294D6B
Text Example
Text Example
White with #294D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294D6B; }
p { color: rgb(41,77,107); }
H1.HeaderClassName
{
color: #294D6B;
}
.AnyTagClassName
{
color: #294D6B;
}
</style>
background-color css
<style>
a { background-color: #294D6B; }
a { background-color: rgb(41,77,107); }
div.DivClassName
{
background-color: #294D6B;
}
.BgClassName
{
background-color: #294D6B;
}
</style>
border-color css
<style>
span { border-color: #294D6B; }
span { border-color: rgb(41,77,107); }
td.TdClassName
{
border-color: #294D6B;
}
.TagClassName
{
border-color: #294D6B;
}
</style>