Shades of Chathams Blue #30566C
Tints of Chathams Blue #30566C
RGB
CMYK
RGB Variations
Color information
#30566C (or 0x30566C) is known color: Chathams Blue. HEX triplet: 30, 56 and 6C. RGB value is (48,86,108). Sum of RGB (Red+Green+Blue) = 48+86+108=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 108 - color contains mainly: blue. Hex color #30566C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30566C is #CFA993. Grayscale: #4D4D4D. Windows color (decimal): -13609364 or 7099952. OLE color: 7099952.
HSL color Cylindrical-coordinate representation of color #30566C: hue angle of 202º 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 #30566C is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 86 | 108 | - |
| CMYK | 0.56 | 0.20 | 0 | 0.58 |
| HSL | 202º | 0.38% | 0.31% | - |
| HSV(B) | 202º | 0.56% | 0.42% | - |
| XYZ | 7.25 | 8.37 | 15.42 | - |
| YUV | 77.15 | 145.41 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 86 | 108 | 0.56 | 0.20 | 0 | 0.58 | 202 | 0.38 | 0.31 |
| Hex | 30 | 56 | 6C | 38 | 14 | 0 | 3A | CA | 26 | 1F |
| Octal | 60 | 126 | 154 | 70 | 24 | 0 | 72 | 312 | 46 | 37 |
| Binary | 110000 | 1010110 | 1101100 | 111000 | 10100 | 0 | 111010 | 11001010 | 100110 | 11111 |
Color Harmonies of #30566C
Complementary color
Monochromatic Colors of #30566C
Black with #30566C
Text Example
Text Example
White with #30566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30566C; }
p { color: rgb(48,86,108); }
H1.HeaderClassName
{
color: #30566C;
}
.AnyTagClassName
{
color: #30566C;
}
</style>
background-color css
<style>
a { background-color: #30566C; }
a { background-color: rgb(48,86,108); }
div.DivClassName
{
background-color: #30566C;
}
.BgClassName
{
background-color: #30566C;
}
</style>
border-color css
<style>
span { border-color: #30566C; }
span { border-color: rgb(48,86,108); }
td.TdClassName
{
border-color: #30566C;
}
.TagClassName
{
border-color: #30566C;
}
</style>