Shades of Chathams Blue #30566E
Tints of Chathams Blue #30566E
RGB
CMYK
RGB Variations
Color information
#30566E (or 0x30566E) is known color: Chathams Blue. HEX triplet: 30, 56 and 6E. RGB value is (48,86,110). Sum of RGB (Red+Green+Blue) = 48+86+110=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 110 - color contains mainly: blue. Hex color #30566E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30566E is #CFA991. Grayscale: #4D4D4D. Windows color (decimal): -13609362 or 7231024. OLE color: 7231024.
HSL color Cylindrical-coordinate representation of color #30566E: hue angle of 203.23º 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 #30566E is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 86 | 110 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.57 |
| HSL | 203.23º | 0.39% | 0.31% | - |
| HSV(B) | 203.23º | 0.56% | 0.43% | - |
| XYZ | 7.36 | 8.41 | 15.99 | - |
| YUV | 77.37 | 146.41 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 86 | 110 | 0.56 | 0.22 | 0 | 0.57 | 203.23 | 0.39 | 0.31 |
| Hex | 30 | 56 | 6E | 38 | 16 | 0 | 39 | CB | 27 | 1F |
| Octal | 60 | 126 | 156 | 70 | 26 | 0 | 71 | 313 | 47 | 37 |
| Binary | 110000 | 1010110 | 1101110 | 111000 | 10110 | 0 | 111001 | 11001011 | 100111 | 11111 |
Color Harmonies of #30566E
Complementary color
Monochromatic Colors of #30566E
Black with #30566E
Text Example
Text Example
White with #30566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30566E; }
p { color: rgb(48,86,110); }
H1.HeaderClassName
{
color: #30566E;
}
.AnyTagClassName
{
color: #30566E;
}
</style>
background-color css
<style>
a { background-color: #30566E; }
a { background-color: rgb(48,86,110); }
div.DivClassName
{
background-color: #30566E;
}
.BgClassName
{
background-color: #30566E;
}
</style>
border-color css
<style>
span { border-color: #30566E; }
span { border-color: rgb(48,86,110); }
td.TdClassName
{
border-color: #30566E;
}
.TagClassName
{
border-color: #30566E;
}
</style>