Shades of Chathams Blue #235270
Tints of Chathams Blue #235270
RGB
CMYK
RGB Variations
Color information
#235270 (or 0x235270) is known color: Chathams Blue. HEX triplet: 23, 52 and 70. RGB value is (35,82,112). Sum of RGB (Red+Green+Blue) = 35+82+112=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #235270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235270 is #DCAD8F. Grayscale: #474747. Windows color (decimal): -14462352 or 7361059. OLE color: 7361059.
HSL color Cylindrical-coordinate representation of color #235270: hue angle of 203.38º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #235270 is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 82 | 112 | - |
| CMYK | 0.69 | 0.27 | 0 | 0.56 |
| HSL | 203.38º | 0.52% | 0.29% | - |
| HSV(B) | 203.38º | 0.69% | 0.44% | - |
| XYZ | 6.64 | 7.56 | 16.44 | - |
| YUV | 71.37 | 150.93 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 82 | 112 | 0.69 | 0.27 | 0 | 0.56 | 203.38 | 0.52 | 0.29 |
| Hex | 23 | 52 | 70 | 45 | 1B | 0 | 38 | CB | 34 | 1D |
| Octal | 43 | 122 | 160 | 105 | 33 | 0 | 70 | 313 | 64 | 35 |
| Binary | 100011 | 1010010 | 1110000 | 1000101 | 11011 | 0 | 111000 | 11001011 | 110100 | 11101 |
Color Harmonies of #235270
Complementary color
Monochromatic Colors of #235270
Black with #235270
Text Example
Text Example
White with #235270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235270; }
p { color: rgb(35,82,112); }
H1.HeaderClassName
{
color: #235270;
}
.AnyTagClassName
{
color: #235270;
}
</style>
background-color css
<style>
a { background-color: #235270; }
a { background-color: rgb(35,82,112); }
div.DivClassName
{
background-color: #235270;
}
.BgClassName
{
background-color: #235270;
}
</style>
border-color css
<style>
span { border-color: #235270; }
span { border-color: rgb(35,82,112); }
td.TdClassName
{
border-color: #235270;
}
.TagClassName
{
border-color: #235270;
}
</style>