Shades of Chathams Blue #23526C
Tints of Chathams Blue #23526C
RGB
CMYK
RGB Variations
Color information
#23526C (or 0x23526C) is known color: Chathams Blue. HEX triplet: 23, 52 and 6C. RGB value is (35,82,108). Sum of RGB (Red+Green+Blue) = 35+82+108=225 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.56% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #23526C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23526C is #DCAD93. Grayscale: #464646. Windows color (decimal): -14462356 or 7098915. OLE color: 7098915.
HSL color Cylindrical-coordinate representation of color #23526C: hue angle of 201.37º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #23526C is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 82 | 108 | - |
| CMYK | 0.68 | 0.24 | 0 | 0.58 |
| HSL | 201.37º | 0.51% | 0.28% | - |
| HSV(B) | 201.37º | 0.68% | 0.42% | - |
| XYZ | 6.42 | 7.47 | 15.29 | - |
| YUV | 70.91 | 148.93 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 82 | 108 | 0.68 | 0.24 | 0 | 0.58 | 201.37 | 0.51 | 0.28 |
| Hex | 23 | 52 | 6C | 44 | 18 | 0 | 3A | C9 | 33 | 1C |
| Octal | 43 | 122 | 154 | 104 | 30 | 0 | 72 | 311 | 63 | 34 |
| Binary | 100011 | 1010010 | 1101100 | 1000100 | 11000 | 0 | 111010 | 11001001 | 110011 | 11100 |
Color Harmonies of #23526C
Complementary color
Monochromatic Colors of #23526C
Black with #23526C
Text Example
Text Example
White with #23526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23526C; }
p { color: rgb(35,82,108); }
H1.HeaderClassName
{
color: #23526C;
}
.AnyTagClassName
{
color: #23526C;
}
</style>
background-color css
<style>
a { background-color: #23526C; }
a { background-color: rgb(35,82,108); }
div.DivClassName
{
background-color: #23526C;
}
.BgClassName
{
background-color: #23526C;
}
</style>
border-color css
<style>
span { border-color: #23526C; }
span { border-color: rgb(35,82,108); }
td.TdClassName
{
border-color: #23526C;
}
.TagClassName
{
border-color: #23526C;
}
</style>