Shades of Chathams Blue #30556C
Tints of Chathams Blue #30556C
RGB
CMYK
RGB Variations
Color information
#30556C (or 0x30556C) is known color: Chathams Blue. HEX triplet: 30, 55 and 6C. RGB value is (48,85,108). Sum of RGB (Red+Green+Blue) = 48+85+108=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 108 - color contains mainly: blue. Hex color #30556C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30556C is #CFAA93. Grayscale: #4C4C4C. Windows color (decimal): -13609620 or 7099696. OLE color: 7099696.
HSL color Cylindrical-coordinate representation of color #30556C: hue angle of 203º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30556C is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 85 | 108 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.58 |
| HSL | 203º | 0.38% | 0.31% | - |
| HSV(B) | 203º | 0.56% | 0.42% | - |
| XYZ | 7.17 | 8.21 | 15.39 | - |
| YUV | 76.56 | 145.74 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 85 | 108 | 0.56 | 0.21 | 0 | 0.58 | 203 | 0.38 | 0.31 |
| Hex | 30 | 55 | 6C | 38 | 15 | 0 | 3A | CB | 26 | 1F |
| Octal | 60 | 125 | 154 | 70 | 25 | 0 | 72 | 313 | 46 | 37 |
| Binary | 110000 | 1010101 | 1101100 | 111000 | 10101 | 0 | 111010 | 11001011 | 100110 | 11111 |
Color Harmonies of #30556C
Complementary color
Monochromatic Colors of #30556C
Black with #30556C
Text Example
Text Example
White with #30556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30556C; }
p { color: rgb(48,85,108); }
H1.HeaderClassName
{
color: #30556C;
}
.AnyTagClassName
{
color: #30556C;
}
</style>
background-color css
<style>
a { background-color: #30556C; }
a { background-color: rgb(48,85,108); }
div.DivClassName
{
background-color: #30556C;
}
.BgClassName
{
background-color: #30556C;
}
</style>
border-color css
<style>
span { border-color: #30556C; }
span { border-color: rgb(48,85,108); }
td.TdClassName
{
border-color: #30556C;
}
.TagClassName
{
border-color: #30556C;
}
</style>