Shades of Tory Blue #304089
Tints of Tory Blue #304089
RGB
CMYK
RGB Variations
Color information
#304089 (or 0x304089) is known color: Tory Blue. HEX triplet: 30, 40 and 89. RGB value is (48,64,137). Sum of RGB (Red+Green+Blue) = 48+64+137=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 137 (53.91% from 255 or 55.02% from 249); Max value from RGB is 137 - color contains mainly: blue. Hex color #304089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304089 is #CFBF76. Grayscale: #434343. Windows color (decimal): -13614967 or 8994864. OLE color: 8994864.
HSL color Cylindrical-coordinate representation of color #304089: hue angle of 229.21º 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 #304089 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 64 | 137 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.46 |
| HSL | 229.21º | 0.48% | 0.36% | - |
| HSV(B) | 229.21º | 0.65% | 0.54% | - |
| XYZ | 7.57 | 6.1 | 24.45 | - |
| YUV | 67.54 | 167.2 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 137 | 0.65 | 0.53 | 0 | 0.46 | 229.21 | 0.48 | 0.36 |
| Hex | 30 | 40 | 89 | 41 | 35 | 0 | 2E | E5 | 30 | 24 |
| Octal | 60 | 100 | 211 | 101 | 65 | 0 | 56 | 345 | 60 | 44 |
| Binary | 110000 | 1000000 | 10001001 | 1000001 | 110101 | 0 | 101110 | 11100101 | 110000 | 100100 |
Color Harmonies of #304089
Complementary color
Monochromatic Colors of #304089
Black with #304089
Text Example
Text Example
White with #304089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304089; }
p { color: rgb(48,64,137); }
H1.HeaderClassName
{
color: #304089;
}
.AnyTagClassName
{
color: #304089;
}
</style>
background-color css
<style>
a { background-color: #304089; }
a { background-color: rgb(48,64,137); }
div.DivClassName
{
background-color: #304089;
}
.BgClassName
{
background-color: #304089;
}
</style>
border-color css
<style>
span { border-color: #304089; }
span { border-color: rgb(48,64,137); }
td.TdClassName
{
border-color: #304089;
}
.TagClassName
{
border-color: #304089;
}
</style>