Shades of Chathams Blue #275C6F
Tints of Chathams Blue #275C6F
RGB
CMYK
RGB Variations
Color information
#275C6F (or 0x275C6F) is known color: Chathams Blue. HEX triplet: 27, 5C and 6F. RGB value is (39,92,111). Sum of RGB (Red+Green+Blue) = 39+92+111=242 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.12% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 111 (43.75% from 255 or 45.87% from 242); Max value from RGB is 111 - color contains mainly: blue. Hex color #275C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275C6F is #D8A390. Grayscale: #4E4E4E. Windows color (decimal): -14197649 or 7298087. OLE color: 7298087.
HSL color Cylindrical-coordinate representation of color #275C6F: hue angle of 195.83º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #275C6F is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 92 | 111 | - |
| CMYK | 0.65 | 0.17 | 0 | 0.56 |
| HSL | 195.83º | 0.48% | 0.29% | - |
| HSV(B) | 195.83º | 0.65% | 0.44% | - |
| XYZ | 7.53 | 9.23 | 16.42 | - |
| YUV | 78.32 | 146.44 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 92 | 111 | 0.65 | 0.17 | 0 | 0.56 | 195.83 | 0.48 | 0.29 |
| Hex | 27 | 5C | 6F | 41 | 11 | 0 | 38 | C4 | 30 | 1D |
| Octal | 47 | 134 | 157 | 101 | 21 | 0 | 70 | 304 | 60 | 35 |
| Binary | 100111 | 1011100 | 1101111 | 1000001 | 10001 | 0 | 111000 | 11000100 | 110000 | 11101 |
Color Harmonies of #275C6F
Complementary color
Monochromatic Colors of #275C6F
Black with #275C6F
Text Example
Text Example
White with #275C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275C6F; }
p { color: rgb(39,92,111); }
H1.HeaderClassName
{
color: #275C6F;
}
.AnyTagClassName
{
color: #275C6F;
}
</style>
background-color css
<style>
a { background-color: #275C6F; }
a { background-color: rgb(39,92,111); }
div.DivClassName
{
background-color: #275C6F;
}
.BgClassName
{
background-color: #275C6F;
}
</style>
border-color css
<style>
span { border-color: #275C6F; }
span { border-color: rgb(39,92,111); }
td.TdClassName
{
border-color: #275C6F;
}
.TagClassName
{
border-color: #275C6F;
}
</style>