Shades of Tory Blue #304487
Tints of Tory Blue #304487
RGB
CMYK
RGB Variations
Color information
#304487 (or 0x304487) is known color: Tory Blue. HEX triplet: 30, 44 and 87. RGB value is (48,68,135). Sum of RGB (Red+Green+Blue) = 48+68+135=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 135 (53.12% from 255 or 53.78% from 251); Max value from RGB is 135 - color contains mainly: blue. Hex color #304487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304487 is #CFBB78. Grayscale: #454545. Windows color (decimal): -13613945 or 8864816. OLE color: 8864816.
HSL color Cylindrical-coordinate representation of color #304487: hue angle of 226.21º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #304487 is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 68 | 135 | - |
| CMYK | 0.64 | 0.50 | 0 | 0.47 |
| HSL | 226.21º | 0.48% | 0.36% | - |
| HSV(B) | 226.21º | 0.64% | 0.53% | - |
| XYZ | 7.66 | 6.51 | 23.77 | - |
| YUV | 69.66 | 164.87 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 68 | 135 | 0.64 | 0.50 | 0 | 0.47 | 226.21 | 0.48 | 0.36 |
| Hex | 30 | 44 | 87 | 40 | 32 | 0 | 2F | E2 | 30 | 24 |
| Octal | 60 | 104 | 207 | 100 | 62 | 0 | 57 | 342 | 60 | 44 |
| Binary | 110000 | 1000100 | 10000111 | 1000000 | 110010 | 0 | 101111 | 11100010 | 110000 | 100100 |
Color Harmonies of #304487
Complementary color
Monochromatic Colors of #304487
Black with #304487
Text Example
Text Example
White with #304487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304487; }
p { color: rgb(48,68,135); }
H1.HeaderClassName
{
color: #304487;
}
.AnyTagClassName
{
color: #304487;
}
</style>
background-color css
<style>
a { background-color: #304487; }
a { background-color: rgb(48,68,135); }
div.DivClassName
{
background-color: #304487;
}
.BgClassName
{
background-color: #304487;
}
</style>
border-color css
<style>
span { border-color: #304487; }
span { border-color: rgb(48,68,135); }
td.TdClassName
{
border-color: #304487;
}
.TagClassName
{
border-color: #304487;
}
</style>