Shades of Chathams Blue #23516B
Tints of Chathams Blue #23516B
RGB
CMYK
RGB Variations
Color information
#23516B (or 0x23516B) is known color: Chathams Blue. HEX triplet: 23, 51 and 6B. RGB value is (35,81,107). Sum of RGB (Red+Green+Blue) = 35+81+107=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 107 - color contains mainly: blue. Hex color #23516B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23516B is #DCAE94. Grayscale: #464646. Windows color (decimal): -14462613 or 7033123. OLE color: 7033123.
HSL color Cylindrical-coordinate representation of color #23516B: hue angle of 201.67º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #23516B is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 81 | 107 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.58 |
| HSL | 201.67º | 0.51% | 0.28% | - |
| HSV(B) | 201.67º | 0.67% | 0.42% | - |
| XYZ | 6.29 | 7.3 | 14.99 | - |
| YUV | 70.21 | 148.76 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 81 | 107 | 0.67 | 0.24 | 0 | 0.58 | 201.67 | 0.51 | 0.28 |
| Hex | 23 | 51 | 6B | 43 | 18 | 0 | 3A | CA | 33 | 1C |
| Octal | 43 | 121 | 153 | 103 | 30 | 0 | 72 | 312 | 63 | 34 |
| Binary | 100011 | 1010001 | 1101011 | 1000011 | 11000 | 0 | 111010 | 11001010 | 110011 | 11100 |
Color Harmonies of #23516B
Complementary color
Monochromatic Colors of #23516B
Black with #23516B
Text Example
Text Example
White with #23516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23516B; }
p { color: rgb(35,81,107); }
H1.HeaderClassName
{
color: #23516B;
}
.AnyTagClassName
{
color: #23516B;
}
</style>
background-color css
<style>
a { background-color: #23516B; }
a { background-color: rgb(35,81,107); }
div.DivClassName
{
background-color: #23516B;
}
.BgClassName
{
background-color: #23516B;
}
</style>
border-color css
<style>
span { border-color: #23516B; }
span { border-color: rgb(35,81,107); }
td.TdClassName
{
border-color: #23516B;
}
.TagClassName
{
border-color: #23516B;
}
</style>