Shades of Chathams Blue #235D68
Tints of Chathams Blue #235D68
RGB
CMYK
RGB Variations
Color information
#235D68 (or 0x235D68) is known color: Chathams Blue. HEX triplet: 23, 5D and 68. RGB value is (35,93,104). Sum of RGB (Red+Green+Blue) = 35+93+104=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 104 - color contains mainly: blue. Hex color #235D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235D68 is #DCA297. Grayscale: #4C4C4C. Windows color (decimal): -14459544 or 6839587. OLE color: 6839587.
HSL color Cylindrical-coordinate representation of color #235D68: hue angle of 189.57º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #235D68 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 35 | 93 | 104 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.59 |
| HSL | 189.57º | 0.5% | 0.27% | - |
| HSV(B) | 189.57º | 0.66% | 0.41% | - |
| XYZ | 7.11 | 9.19 | 14.5 | - |
| YUV | 76.91 | 143.28 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 93 | 104 | 0.66 | 0.11 | 0 | 0.59 | 189.57 | 0.5 | 0.27 |
| Hex | 23 | 5D | 68 | 42 | B | 0 | 3B | BE | 32 | 1B |
| Octal | 43 | 135 | 150 | 102 | 13 | 0 | 73 | 276 | 62 | 33 |
| Binary | 100011 | 1011101 | 1101000 | 1000010 | 1011 | 0 | 111011 | 10111110 | 110010 | 11011 |
Color Harmonies of #235D68
Complementary color
Monochromatic Colors of #235D68
Black with #235D68
Text Example
Text Example
White with #235D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235D68; }
p { color: rgb(35,93,104); }
H1.HeaderClassName
{
color: #235D68;
}
.AnyTagClassName
{
color: #235D68;
}
</style>
background-color css
<style>
a { background-color: #235D68; }
a { background-color: rgb(35,93,104); }
div.DivClassName
{
background-color: #235D68;
}
.BgClassName
{
background-color: #235D68;
}
</style>
border-color css
<style>
span { border-color: #235D68; }
span { border-color: rgb(35,93,104); }
td.TdClassName
{
border-color: #235D68;
}
.TagClassName
{
border-color: #235D68;
}
</style>