Shades of Tory Blue #304889
Tints of Tory Blue #304889
RGB
CMYK
RGB Variations
Color information
#304889 (or 0x304889) is known color: Tory Blue. HEX triplet: 30, 48 and 89. RGB value is (48,72,137). Sum of RGB (Red+Green+Blue) = 48+72+137=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #304889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304889 is #CFB776. Grayscale: #474747. Windows color (decimal): -13612919 or 8996912. OLE color: 8996912.
HSL color Cylindrical-coordinate representation of color #304889: hue angle of 223.82º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #304889 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 72 | 137 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.46 |
| HSL | 223.82º | 0.48% | 0.36% | - |
| HSV(B) | 223.82º | 0.65% | 0.54% | - |
| XYZ | 8.05 | 7.07 | 24.61 | - |
| YUV | 72.23 | 164.55 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 72 | 137 | 0.65 | 0.47 | 0 | 0.46 | 223.82 | 0.48 | 0.36 |
| Hex | 30 | 48 | 89 | 41 | 2F | 0 | 2E | E0 | 30 | 24 |
| Octal | 60 | 110 | 211 | 101 | 57 | 0 | 56 | 340 | 60 | 44 |
| Binary | 110000 | 1001000 | 10001001 | 1000001 | 101111 | 0 | 101110 | 11100000 | 110000 | 100100 |
Color Harmonies of #304889
Complementary color
Monochromatic Colors of #304889
Black with #304889
Text Example
Text Example
White with #304889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304889; }
p { color: rgb(48,72,137); }
H1.HeaderClassName
{
color: #304889;
}
.AnyTagClassName
{
color: #304889;
}
</style>
background-color css
<style>
a { background-color: #304889; }
a { background-color: rgb(48,72,137); }
div.DivClassName
{
background-color: #304889;
}
.BgClassName
{
background-color: #304889;
}
</style>
border-color css
<style>
span { border-color: #304889; }
span { border-color: rgb(48,72,137); }
td.TdClassName
{
border-color: #304889;
}
.TagClassName
{
border-color: #304889;
}
</style>