Shades of Chathams Blue #30536A
Tints of Chathams Blue #30536A
RGB
CMYK
RGB Variations
Color information
#30536A (or 0x30536A) is known color: Chathams Blue. HEX triplet: 30, 53 and 6A. RGB value is (48,83,106). Sum of RGB (Red+Green+Blue) = 48+83+106=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 106 (41.80% from 255 or 44.73% from 237); Max value from RGB is 106 - color contains mainly: blue. Hex color #30536A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30536A is #CFAC95. Grayscale: #4B4B4B. Windows color (decimal): -13610134 or 6968112. OLE color: 6968112.
HSL color Cylindrical-coordinate representation of color #30536A: hue angle of 203.79º 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 #30536A is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 83 | 106 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.58 |
| HSL | 203.79º | 0.38% | 0.3% | - |
| HSV(B) | 203.79º | 0.55% | 0.42% | - |
| XYZ | 6.91 | 7.86 | 14.79 | - |
| YUV | 75.16 | 145.4 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 106 | 0.55 | 0.22 | 0 | 0.58 | 203.79 | 0.38 | 0.3 |
| Hex | 30 | 53 | 6A | 37 | 16 | 0 | 3A | CC | 26 | 1E |
| Octal | 60 | 123 | 152 | 67 | 26 | 0 | 72 | 314 | 46 | 36 |
| Binary | 110000 | 1010011 | 1101010 | 110111 | 10110 | 0 | 111010 | 11001100 | 100110 | 11110 |
Color Harmonies of #30536A
Complementary color
Monochromatic Colors of #30536A
Black with #30536A
Text Example
Text Example
White with #30536A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30536A; }
p { color: rgb(48,83,106); }
H1.HeaderClassName
{
color: #30536A;
}
.AnyTagClassName
{
color: #30536A;
}
</style>
background-color css
<style>
a { background-color: #30536A; }
a { background-color: rgb(48,83,106); }
div.DivClassName
{
background-color: #30536A;
}
.BgClassName
{
background-color: #30536A;
}
</style>
border-color css
<style>
span { border-color: #30536A; }
span { border-color: rgb(48,83,106); }
td.TdClassName
{
border-color: #30536A;
}
.TagClassName
{
border-color: #30536A;
}
</style>