Shades of Chathams Blue #275169
Tints of Chathams Blue #275169
RGB
CMYK
RGB Variations
Color information
#275169 (or 0x275169) is known color: Chathams Blue. HEX triplet: 27, 51 and 69. RGB value is (39,81,105). Sum of RGB (Red+Green+Blue) = 39+81+105=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 105 - color contains mainly: blue. Hex color #275169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275169 is #D8AE96. Grayscale: #474747. Windows color (decimal): -14200471 or 6902055. OLE color: 6902055.
HSL color Cylindrical-coordinate representation of color #275169: hue angle of 201.82º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #275169 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 39 | 81 | 105 | - |
| CMYK | 0.63 | 0.23 | 0 | 0.59 |
| HSL | 201.82º | 0.46% | 0.28% | - |
| HSV(B) | 201.82º | 0.63% | 0.41% | - |
| XYZ | 6.33 | 7.34 | 14.45 | - |
| YUV | 71.18 | 147.09 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 81 | 105 | 0.63 | 0.23 | 0 | 0.59 | 201.82 | 0.46 | 0.28 |
| Hex | 27 | 51 | 69 | 3F | 17 | 0 | 3B | CA | 2E | 1C |
| Octal | 47 | 121 | 151 | 77 | 27 | 0 | 73 | 312 | 56 | 34 |
| Binary | 100111 | 1010001 | 1101001 | 111111 | 10111 | 0 | 111011 | 11001010 | 101110 | 11100 |
Color Harmonies of #275169
Complementary color
Monochromatic Colors of #275169
Black with #275169
Text Example
Text Example
White with #275169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275169; }
p { color: rgb(39,81,105); }
H1.HeaderClassName
{
color: #275169;
}
.AnyTagClassName
{
color: #275169;
}
</style>
background-color css
<style>
a { background-color: #275169; }
a { background-color: rgb(39,81,105); }
div.DivClassName
{
background-color: #275169;
}
.BgClassName
{
background-color: #275169;
}
</style>
border-color css
<style>
span { border-color: #275169; }
span { border-color: rgb(39,81,105); }
td.TdClassName
{
border-color: #275169;
}
.TagClassName
{
border-color: #275169;
}
</style>