Shades of Chathams Blue #30566B
Tints of Chathams Blue #30566B
RGB
CMYK
RGB Variations
Color information
#30566B (or 0x30566B) is known color: Chathams Blue. HEX triplet: 30, 56 and 6B. RGB value is (48,86,107). Sum of RGB (Red+Green+Blue) = 48+86+107=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 107 - color contains mainly: blue. Hex color #30566B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30566B is #CFA994. Grayscale: #4C4C4C. Windows color (decimal): -13609365 or 7034416. OLE color: 7034416.
HSL color Cylindrical-coordinate representation of color #30566B: hue angle of 201.36º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #30566B is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 86 | 107 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.58 |
| HSL | 201.36º | 0.38% | 0.3% | - |
| HSV(B) | 201.36º | 0.55% | 0.42% | - |
| XYZ | 7.2 | 8.35 | 15.14 | - |
| YUV | 77.03 | 144.91 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 86 | 107 | 0.55 | 0.20 | 0 | 0.58 | 201.36 | 0.38 | 0.3 |
| Hex | 30 | 56 | 6B | 37 | 14 | 0 | 3A | C9 | 26 | 1E |
| Octal | 60 | 126 | 153 | 67 | 24 | 0 | 72 | 311 | 46 | 36 |
| Binary | 110000 | 1010110 | 1101011 | 110111 | 10100 | 0 | 111010 | 11001001 | 100110 | 11110 |
Color Harmonies of #30566B
Complementary color
Monochromatic Colors of #30566B
Black with #30566B
Text Example
Text Example
White with #30566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30566B; }
p { color: rgb(48,86,107); }
H1.HeaderClassName
{
color: #30566B;
}
.AnyTagClassName
{
color: #30566B;
}
</style>
background-color css
<style>
a { background-color: #30566B; }
a { background-color: rgb(48,86,107); }
div.DivClassName
{
background-color: #30566B;
}
.BgClassName
{
background-color: #30566B;
}
</style>
border-color css
<style>
span { border-color: #30566B; }
span { border-color: rgb(48,86,107); }
td.TdClassName
{
border-color: #30566B;
}
.TagClassName
{
border-color: #30566B;
}
</style>