Shades of Chathams Blue #30526B
Tints of Chathams Blue #30526B
RGB
CMYK
RGB Variations
Color information
#30526B (or 0x30526B) is known color: Chathams Blue. HEX triplet: 30, 52 and 6B. RGB value is (48,82,107). Sum of RGB (Red+Green+Blue) = 48+82+107=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 107 (42.19% from 255 or 45.15% from 237); Max value from RGB is 107 - color contains mainly: blue. Hex color #30526B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30526B is #CFAD94. Grayscale: #4A4A4A. Windows color (decimal): -13610389 or 7033392. OLE color: 7033392.
HSL color Cylindrical-coordinate representation of color #30526B: hue angle of 205.42º 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 #30526B is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 82 | 107 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.58 |
| HSL | 205.42º | 0.38% | 0.3% | - |
| HSV(B) | 205.42º | 0.55% | 0.42% | - |
| XYZ | 6.89 | 7.72 | 15.04 | - |
| YUV | 74.68 | 146.24 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 82 | 107 | 0.55 | 0.23 | 0 | 0.58 | 205.42 | 0.38 | 0.3 |
| Hex | 30 | 52 | 6B | 37 | 17 | 0 | 3A | CD | 26 | 1E |
| Octal | 60 | 122 | 153 | 67 | 27 | 0 | 72 | 315 | 46 | 36 |
| Binary | 110000 | 1010010 | 1101011 | 110111 | 10111 | 0 | 111010 | 11001101 | 100110 | 11110 |
Color Harmonies of #30526B
Complementary color
Monochromatic Colors of #30526B
Black with #30526B
Text Example
Text Example
White with #30526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30526B; }
p { color: rgb(48,82,107); }
H1.HeaderClassName
{
color: #30526B;
}
.AnyTagClassName
{
color: #30526B;
}
</style>
background-color css
<style>
a { background-color: #30526B; }
a { background-color: rgb(48,82,107); }
div.DivClassName
{
background-color: #30526B;
}
.BgClassName
{
background-color: #30526B;
}
</style>
border-color css
<style>
span { border-color: #30526B; }
span { border-color: rgb(48,82,107); }
td.TdClassName
{
border-color: #30526B;
}
.TagClassName
{
border-color: #30526B;
}
</style>