Shades of Chathams Blue #234D6D
Tints of Chathams Blue #234D6D
RGB
CMYK
RGB Variations
Color information
#234D6D (or 0x234D6D) is known color: Chathams Blue. HEX triplet: 23, 4D and 6D. RGB value is (35,77,109). Sum of RGB (Red+Green+Blue) = 35+77+109=221 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.84% from 221); Green value is 77 (30.47% from 255 or 34.84% 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 #234D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234D6D is #DCB292. Grayscale: #434343. Windows color (decimal): -14463635 or 7163171. OLE color: 7163171.
HSL color Cylindrical-coordinate representation of color #234D6D: hue angle of 205.95º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #234D6D is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 35 | 77 | 109 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.57 |
| HSL | 205.95º | 0.51% | 0.28% | - |
| HSV(B) | 205.95º | 0.68% | 0.43% | - |
| XYZ | 6.11 | 6.77 | 15.45 | - |
| YUV | 68.09 | 151.09 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 77 | 109 | 0.68 | 0.29 | 0 | 0.57 | 205.95 | 0.51 | 0.28 |
| Hex | 23 | 4D | 6D | 44 | 1D | 0 | 39 | CE | 33 | 1C |
| Octal | 43 | 115 | 155 | 104 | 35 | 0 | 71 | 316 | 63 | 34 |
| Binary | 100011 | 1001101 | 1101101 | 1000100 | 11101 | 0 | 111001 | 11001110 | 110011 | 11100 |
Color Harmonies of #234D6D
Complementary color
Monochromatic Colors of #234D6D
Black with #234D6D
Text Example
Text Example
White with #234D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234D6D; }
p { color: rgb(35,77,109); }
H1.HeaderClassName
{
color: #234D6D;
}
.AnyTagClassName
{
color: #234D6D;
}
</style>
background-color css
<style>
a { background-color: #234D6D; }
a { background-color: rgb(35,77,109); }
div.DivClassName
{
background-color: #234D6D;
}
.BgClassName
{
background-color: #234D6D;
}
</style>
border-color css
<style>
span { border-color: #234D6D; }
span { border-color: rgb(35,77,109); }
td.TdClassName
{
border-color: #234D6D;
}
.TagClassName
{
border-color: #234D6D;
}
</style>