Shades of Chathams Blue #23526D
Tints of Chathams Blue #23526D
RGB
CMYK
RGB Variations
Color information
#23526D (or 0x23526D) is known color: Chathams Blue. HEX triplet: 23, 52 and 6D. RGB value is (35,82,109). Sum of RGB (Red+Green+Blue) = 35+82+109=226 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.49% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #23526D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23526D is #DCAD92. Grayscale: #464646. Windows color (decimal): -14462355 or 7164451. OLE color: 7164451.
HSL color Cylindrical-coordinate representation of color #23526D: hue angle of 201.89º 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 #23526D is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 35 | 82 | 109 | - |
| CMYK | 0.68 | 0.25 | 0 | 0.57 |
| HSL | 201.89º | 0.51% | 0.28% | - |
| HSV(B) | 201.89º | 0.68% | 0.43% | - |
| XYZ | 6.47 | 7.5 | 15.57 | - |
| YUV | 71.03 | 149.43 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 82 | 109 | 0.68 | 0.25 | 0 | 0.57 | 201.89 | 0.51 | 0.28 |
| Hex | 23 | 52 | 6D | 44 | 19 | 0 | 39 | CA | 33 | 1C |
| Octal | 43 | 122 | 155 | 104 | 31 | 0 | 71 | 312 | 63 | 34 |
| Binary | 100011 | 1010010 | 1101101 | 1000100 | 11001 | 0 | 111001 | 11001010 | 110011 | 11100 |
Color Harmonies of #23526D
Complementary color
Monochromatic Colors of #23526D
Black with #23526D
Text Example
Text Example
White with #23526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23526D; }
p { color: rgb(35,82,109); }
H1.HeaderClassName
{
color: #23526D;
}
.AnyTagClassName
{
color: #23526D;
}
</style>
background-color css
<style>
a { background-color: #23526D; }
a { background-color: rgb(35,82,109); }
div.DivClassName
{
background-color: #23526D;
}
.BgClassName
{
background-color: #23526D;
}
</style>
border-color css
<style>
span { border-color: #23526D; }
span { border-color: rgb(35,82,109); }
td.TdClassName
{
border-color: #23526D;
}
.TagClassName
{
border-color: #23526D;
}
</style>