Shades of Chathams Blue #305366
Tints of Chathams Blue #305366
RGB
CMYK
RGB Variations
Color information
#305366 (or 0x305366) is known color: Chathams Blue. HEX triplet: 30, 53 and 66. RGB value is (48,83,102). Sum of RGB (Red+Green+Blue) = 48+83+102=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 102 - color contains mainly: blue. Hex color #305366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305366 is #CFAC99. Grayscale: #4A4A4A. Windows color (decimal): -13610138 or 6705968. OLE color: 6705968.
HSL color Cylindrical-coordinate representation of color #305366: hue angle of 201.11º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #305366 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 48 | 83 | 102 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.6 |
| HSL | 201.11º | 0.36% | 0.29% | - |
| HSV(B) | 201.11º | 0.53% | 0.4% | - |
| XYZ | 6.71 | 7.77 | 13.72 | - |
| YUV | 74.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 102 | 0.53 | 0.19 | 0 | 0.6 | 201.11 | 0.36 | 0.29 |
| Hex | 30 | 53 | 66 | 35 | 13 | 0 | 3C | C9 | 24 | 1D |
| Octal | 60 | 123 | 146 | 65 | 23 | 0 | 74 | 311 | 44 | 35 |
| Binary | 110000 | 1010011 | 1100110 | 110101 | 10011 | 0 | 111100 | 11001001 | 100100 | 11101 |
Color Harmonies of #305366
Complementary color
Monochromatic Colors of #305366
Black with #305366
Text Example
Text Example
White with #305366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305366; }
p { color: rgb(48,83,102); }
H1.HeaderClassName
{
color: #305366;
}
.AnyTagClassName
{
color: #305366;
}
</style>
background-color css
<style>
a { background-color: #305366; }
a { background-color: rgb(48,83,102); }
div.DivClassName
{
background-color: #305366;
}
.BgClassName
{
background-color: #305366;
}
</style>
border-color css
<style>
span { border-color: #305366; }
span { border-color: rgb(48,83,102); }
td.TdClassName
{
border-color: #305366;
}
.TagClassName
{
border-color: #305366;
}
</style>