Shades of Chathams Blue #30566D
Tints of Chathams Blue #30566D
RGB
CMYK
RGB Variations
Color information
#30566D (or 0x30566D) is known color: Chathams Blue. HEX triplet: 30, 56 and 6D. RGB value is (48,86,109). Sum of RGB (Red+Green+Blue) = 48+86+109=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 109 - color contains mainly: blue. Hex color #30566D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30566D is #CFA992. Grayscale: #4D4D4D. Windows color (decimal): -13609363 or 7165488. OLE color: 7165488.
HSL color Cylindrical-coordinate representation of color #30566D: hue angle of 202.62º 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 #30566D is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 86 | 109 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.57 |
| HSL | 202.62º | 0.39% | 0.31% | - |
| HSV(B) | 202.62º | 0.56% | 0.43% | - |
| XYZ | 7.31 | 8.39 | 15.7 | - |
| YUV | 77.26 | 145.91 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 86 | 109 | 0.56 | 0.21 | 0 | 0.57 | 202.62 | 0.39 | 0.31 |
| Hex | 30 | 56 | 6D | 38 | 15 | 0 | 39 | CB | 27 | 1F |
| Octal | 60 | 126 | 155 | 70 | 25 | 0 | 71 | 313 | 47 | 37 |
| Binary | 110000 | 1010110 | 1101101 | 111000 | 10101 | 0 | 111001 | 11001011 | 100111 | 11111 |
Color Harmonies of #30566D
Complementary color
Monochromatic Colors of #30566D
Black with #30566D
Text Example
Text Example
White with #30566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30566D; }
p { color: rgb(48,86,109); }
H1.HeaderClassName
{
color: #30566D;
}
.AnyTagClassName
{
color: #30566D;
}
</style>
background-color css
<style>
a { background-color: #30566D; }
a { background-color: rgb(48,86,109); }
div.DivClassName
{
background-color: #30566D;
}
.BgClassName
{
background-color: #30566D;
}
</style>
border-color css
<style>
span { border-color: #30566D; }
span { border-color: rgb(48,86,109); }
td.TdClassName
{
border-color: #30566D;
}
.TagClassName
{
border-color: #30566D;
}
</style>