Shades of Chathams Blue #255270
Tints of Chathams Blue #255270
RGB
CMYK
RGB Variations
Color information
#255270 (or 0x255270) is known color: Chathams Blue. HEX triplet: 25, 52 and 70. RGB value is (37,82,112). Sum of RGB (Red+Green+Blue) = 37+82+112=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #255270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255270 is #DAAD8F. Grayscale: #474747. Windows color (decimal): -14331280 or 7361061. OLE color: 7361061.
HSL color Cylindrical-coordinate representation of color #255270: hue angle of 204º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #255270 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 82 | 112 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.56 |
| HSL | 204º | 0.5% | 0.29% | - |
| HSV(B) | 204º | 0.67% | 0.44% | - |
| XYZ | 6.7 | 7.6 | 16.44 | - |
| YUV | 71.97 | 150.59 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 82 | 112 | 0.67 | 0.27 | 0 | 0.56 | 204 | 0.5 | 0.29 |
| Hex | 25 | 52 | 70 | 43 | 1B | 0 | 38 | CC | 32 | 1D |
| Octal | 45 | 122 | 160 | 103 | 33 | 0 | 70 | 314 | 62 | 35 |
| Binary | 100101 | 1010010 | 1110000 | 1000011 | 11011 | 0 | 111000 | 11001100 | 110010 | 11101 |
Color Harmonies of #255270
Complementary color
Monochromatic Colors of #255270
Black with #255270
Text Example
Text Example
White with #255270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255270; }
p { color: rgb(37,82,112); }
H1.HeaderClassName
{
color: #255270;
}
.AnyTagClassName
{
color: #255270;
}
</style>
background-color css
<style>
a { background-color: #255270; }
a { background-color: rgb(37,82,112); }
div.DivClassName
{
background-color: #255270;
}
.BgClassName
{
background-color: #255270;
}
</style>
border-color css
<style>
span { border-color: #255270; }
span { border-color: rgb(37,82,112); }
td.TdClassName
{
border-color: #255270;
}
.TagClassName
{
border-color: #255270;
}
</style>