Shades of Chathams Blue #30556D
Tints of Chathams Blue #30556D
RGB
CMYK
RGB Variations
Color information
#30556D (or 0x30556D) is known color: Chathams Blue. HEX triplet: 30, 55 and 6D. RGB value is (48,85,109). Sum of RGB (Red+Green+Blue) = 48+85+109=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 109 - color contains mainly: blue. Hex color #30556D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30556D is #CFAA92. Grayscale: #4C4C4C. Windows color (decimal): -13609619 or 7165232. OLE color: 7165232.
HSL color Cylindrical-coordinate representation of color #30556D: hue angle of 203.61º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30556D is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 85 | 109 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.57 |
| HSL | 203.61º | 0.39% | 0.31% | - |
| HSV(B) | 203.61º | 0.56% | 0.43% | - |
| XYZ | 7.23 | 8.23 | 15.68 | - |
| YUV | 76.67 | 146.24 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 85 | 109 | 0.56 | 0.22 | 0 | 0.57 | 203.61 | 0.39 | 0.31 |
| Hex | 30 | 55 | 6D | 38 | 16 | 0 | 39 | CC | 27 | 1F |
| Octal | 60 | 125 | 155 | 70 | 26 | 0 | 71 | 314 | 47 | 37 |
| Binary | 110000 | 1010101 | 1101101 | 111000 | 10110 | 0 | 111001 | 11001100 | 100111 | 11111 |
Color Harmonies of #30556D
Complementary color
Monochromatic Colors of #30556D
Black with #30556D
Text Example
Text Example
White with #30556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30556D; }
p { color: rgb(48,85,109); }
H1.HeaderClassName
{
color: #30556D;
}
.AnyTagClassName
{
color: #30556D;
}
</style>
background-color css
<style>
a { background-color: #30556D; }
a { background-color: rgb(48,85,109); }
div.DivClassName
{
background-color: #30556D;
}
.BgClassName
{
background-color: #30556D;
}
</style>
border-color css
<style>
span { border-color: #30556D; }
span { border-color: rgb(48,85,109); }
td.TdClassName
{
border-color: #30556D;
}
.TagClassName
{
border-color: #30556D;
}
</style>