Shades of Chathams Blue #275B67
Tints of Chathams Blue #275B67
RGB
CMYK
RGB Variations
Color information
#275B67 (or 0x275B67) is known color: Chathams Blue. HEX triplet: 27, 5B and 67. RGB value is (39,91,103). Sum of RGB (Red+Green+Blue) = 39+91+103=233 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.74% from 233); Green value is 91 (35.94% from 255 or 39.06% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 103 - color contains mainly: blue. Hex color #275B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275B67 is #D8A498. Grayscale: #4C4C4C. Windows color (decimal): -14197913 or 6773543. OLE color: 6773543.
HSL color Cylindrical-coordinate representation of color #275B67: hue angle of 191.25º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #275B67 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 39 | 91 | 103 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.60 |
| HSL | 191.25º | 0.45% | 0.28% | - |
| HSV(B) | 191.25º | 0.62% | 0.4% | - |
| XYZ | 7.03 | 8.89 | 14.18 | - |
| YUV | 76.82 | 142.77 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 91 | 103 | 0.62 | 0.12 | 0 | 0.60 | 191.25 | 0.45 | 0.28 |
| Hex | 27 | 5B | 67 | 3E | C | 0 | 3C | BF | 2D | 1C |
| Octal | 47 | 133 | 147 | 76 | 14 | 0 | 74 | 277 | 55 | 34 |
| Binary | 100111 | 1011011 | 1100111 | 111110 | 1100 | 0 | 111100 | 10111111 | 101101 | 11100 |
Color Harmonies of #275B67
Complementary color
Monochromatic Colors of #275B67
Black with #275B67
Text Example
Text Example
White with #275B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275B67; }
p { color: rgb(39,91,103); }
H1.HeaderClassName
{
color: #275B67;
}
.AnyTagClassName
{
color: #275B67;
}
</style>
background-color css
<style>
a { background-color: #275B67; }
a { background-color: rgb(39,91,103); }
div.DivClassName
{
background-color: #275B67;
}
.BgClassName
{
background-color: #275B67;
}
</style>
border-color css
<style>
span { border-color: #275B67; }
span { border-color: rgb(39,91,103); }
td.TdClassName
{
border-color: #275B67;
}
.TagClassName
{
border-color: #275B67;
}
</style>