Shades of Chathams Blue #224E6D
Tints of Chathams Blue #224E6D
RGB
CMYK
RGB Variations
Color information
#224E6D (or 0x224E6D) is known color: Chathams Blue. HEX triplet: 22, 4E and 6D. RGB value is (34,78,109). Sum of RGB (Red+Green+Blue) = 34+78+109=221 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.38% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #224E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224E6D is #DDB192. Grayscale: #444444. Windows color (decimal): -14528915 or 7163426. OLE color: 7163426.
HSL color Cylindrical-coordinate representation of color #224E6D: hue angle of 204.8º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #224E6D is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 34 | 78 | 109 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.57 |
| HSL | 204.8º | 0.52% | 0.28% | - |
| HSV(B) | 204.8º | 0.69% | 0.43% | - |
| XYZ | 6.14 | 6.89 | 15.47 | - |
| YUV | 68.38 | 150.92 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 78 | 109 | 0.69 | 0.28 | 0 | 0.57 | 204.8 | 0.52 | 0.28 |
| Hex | 22 | 4E | 6D | 45 | 1C | 0 | 39 | CD | 34 | 1C |
| Octal | 42 | 116 | 155 | 105 | 34 | 0 | 71 | 315 | 64 | 34 |
| Binary | 100010 | 1001110 | 1101101 | 1000101 | 11100 | 0 | 111001 | 11001101 | 110100 | 11100 |
Color Harmonies of #224E6D
Complementary color
Monochromatic Colors of #224E6D
Black with #224E6D
Text Example
Text Example
White with #224E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224E6D; }
p { color: rgb(34,78,109); }
H1.HeaderClassName
{
color: #224E6D;
}
.AnyTagClassName
{
color: #224E6D;
}
</style>
background-color css
<style>
a { background-color: #224E6D; }
a { background-color: rgb(34,78,109); }
div.DivClassName
{
background-color: #224E6D;
}
.BgClassName
{
background-color: #224E6D;
}
</style>
border-color css
<style>
span { border-color: #224E6D; }
span { border-color: rgb(34,78,109); }
td.TdClassName
{
border-color: #224E6D;
}
.TagClassName
{
border-color: #224E6D;
}
</style>