Shades of Chathams Blue #275565
Tints of Chathams Blue #275565
RGB
CMYK
RGB Variations
Color information
#275565 (or 0x275565) is known color: Chathams Blue. HEX triplet: 27, 55 and 65. RGB value is (39,85,101). Sum of RGB (Red+Green+Blue) = 39+85+101=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 101 - color contains mainly: blue. Hex color #275565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275565 is #D8AA9A. Grayscale: #484848. Windows color (decimal): -14199451 or 6640935. OLE color: 6640935.
HSL color Cylindrical-coordinate representation of color #275565: hue angle of 195.48º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #275565 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 39 | 85 | 101 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.60 |
| HSL | 195.48º | 0.44% | 0.27% | - |
| HSV(B) | 195.48º | 0.61% | 0.4% | - |
| XYZ | 6.43 | 7.87 | 13.49 | - |
| YUV | 73.07 | 143.76 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 85 | 101 | 0.61 | 0.16 | 0 | 0.60 | 195.48 | 0.44 | 0.27 |
| Hex | 27 | 55 | 65 | 3D | 10 | 0 | 3C | C3 | 2C | 1B |
| Octal | 47 | 125 | 145 | 75 | 20 | 0 | 74 | 303 | 54 | 33 |
| Binary | 100111 | 1010101 | 1100101 | 111101 | 10000 | 0 | 111100 | 11000011 | 101100 | 11011 |
Color Harmonies of #275565
Complementary color
Monochromatic Colors of #275565
Black with #275565
Text Example
Text Example
White with #275565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275565; }
p { color: rgb(39,85,101); }
H1.HeaderClassName
{
color: #275565;
}
.AnyTagClassName
{
color: #275565;
}
</style>
background-color css
<style>
a { background-color: #275565; }
a { background-color: rgb(39,85,101); }
div.DivClassName
{
background-color: #275565;
}
.BgClassName
{
background-color: #275565;
}
</style>
border-color css
<style>
span { border-color: #275565; }
span { border-color: rgb(39,85,101); }
td.TdClassName
{
border-color: #275565;
}
.TagClassName
{
border-color: #275565;
}
</style>