Shades of Chathams Blue #30536E
Tints of Chathams Blue #30536E
RGB
CMYK
RGB Variations
Color information
#30536E (or 0x30536E) is known color: Chathams Blue. HEX triplet: 30, 53 and 6E. RGB value is (48,83,110). Sum of RGB (Red+Green+Blue) = 48+83+110=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 110 - color contains mainly: blue. Hex color #30536E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30536E is #CFAC91. Grayscale: #4B4B4B. Windows color (decimal): -13610130 or 7230256. OLE color: 7230256.
HSL color Cylindrical-coordinate representation of color #30536E: hue angle of 206.13º 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 #30536E is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 83 | 110 | - |
| CMYK | 0.56 | 0.25 | 0 | 0.57 |
| HSL | 206.13º | 0.39% | 0.31% | - |
| HSV(B) | 206.13º | 0.56% | 0.43% | - |
| XYZ | 7.13 | 7.94 | 15.91 | - |
| YUV | 75.61 | 147.4 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 110 | 0.56 | 0.25 | 0 | 0.57 | 206.13 | 0.39 | 0.31 |
| Hex | 30 | 53 | 6E | 38 | 19 | 0 | 39 | CE | 27 | 1F |
| Octal | 60 | 123 | 156 | 70 | 31 | 0 | 71 | 316 | 47 | 37 |
| Binary | 110000 | 1010011 | 1101110 | 111000 | 11001 | 0 | 111001 | 11001110 | 100111 | 11111 |
Color Harmonies of #30536E
Complementary color
Monochromatic Colors of #30536E
Black with #30536E
Text Example
Text Example
White with #30536E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30536E; }
p { color: rgb(48,83,110); }
H1.HeaderClassName
{
color: #30536E;
}
.AnyTagClassName
{
color: #30536E;
}
</style>
background-color css
<style>
a { background-color: #30536E; }
a { background-color: rgb(48,83,110); }
div.DivClassName
{
background-color: #30536E;
}
.BgClassName
{
background-color: #30536E;
}
</style>
border-color css
<style>
span { border-color: #30536E; }
span { border-color: rgb(48,83,110); }
td.TdClassName
{
border-color: #30536E;
}
.TagClassName
{
border-color: #30536E;
}
</style>