Shades of Chathams Blue #235C6B
Tints of Chathams Blue #235C6B
RGB
CMYK
RGB Variations
Color information
#235C6B (or 0x235C6B) is known color: Chathams Blue. HEX triplet: 23, 5C and 6B. RGB value is (35,92,107). Sum of RGB (Red+Green+Blue) = 35+92+107=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 107 (42.19% from 255 or 45.73% from 234); Max value from RGB is 107 - color contains mainly: blue. Hex color #235C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235C6B is #DCA394. Grayscale: #4C4C4C. Windows color (decimal): -14459797 or 7035939. OLE color: 7035939.
HSL color Cylindrical-coordinate representation of color #235C6B: hue angle of 192.5º 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 #235C6B is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 92 | 107 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.58 |
| HSL | 192.5º | 0.51% | 0.28% | - |
| HSV(B) | 192.5º | 0.67% | 0.42% | - |
| XYZ | 7.17 | 9.07 | 15.28 | - |
| YUV | 76.67 | 145.12 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 92 | 107 | 0.67 | 0.14 | 0 | 0.58 | 192.5 | 0.51 | 0.28 |
| Hex | 23 | 5C | 6B | 43 | E | 0 | 3A | C0 | 33 | 1C |
| Octal | 43 | 134 | 153 | 103 | 16 | 0 | 72 | 300 | 63 | 34 |
| Binary | 100011 | 1011100 | 1101011 | 1000011 | 1110 | 0 | 111010 | 11000000 | 110011 | 11100 |
Color Harmonies of #235C6B
Complementary color
Monochromatic Colors of #235C6B
Black with #235C6B
Text Example
Text Example
White with #235C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235C6B; }
p { color: rgb(35,92,107); }
H1.HeaderClassName
{
color: #235C6B;
}
.AnyTagClassName
{
color: #235C6B;
}
</style>
background-color css
<style>
a { background-color: #235C6B; }
a { background-color: rgb(35,92,107); }
div.DivClassName
{
background-color: #235C6B;
}
.BgClassName
{
background-color: #235C6B;
}
</style>
border-color css
<style>
span { border-color: #235C6B; }
span { border-color: rgb(35,92,107); }
td.TdClassName
{
border-color: #235C6B;
}
.TagClassName
{
border-color: #235C6B;
}
</style>