Shades of Tory Blue #304685
Tints of Tory Blue #304685
RGB
CMYK
RGB Variations
Color information
#304685 (or 0x304685) is known color: Tory Blue. HEX triplet: 30, 46 and 85. RGB value is (48,70,133). Sum of RGB (Red+Green+Blue) = 48+70+133=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #304685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304685 is #CFB97A. Grayscale: #464646. Windows color (decimal): -13613435 or 8734256. OLE color: 8734256.
HSL color Cylindrical-coordinate representation of color #304685: hue angle of 224.47º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #304685 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 70 | 133 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.48 |
| HSL | 224.47º | 0.47% | 0.35% | - |
| HSV(B) | 224.47º | 0.64% | 0.52% | - |
| XYZ | 7.64 | 6.7 | 23.08 | - |
| YUV | 70.6 | 163.21 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 70 | 133 | 0.64 | 0.47 | 0 | 0.48 | 224.47 | 0.47 | 0.35 |
| Hex | 30 | 46 | 85 | 40 | 2F | 0 | 30 | E0 | 2F | 23 |
| Octal | 60 | 106 | 205 | 100 | 57 | 0 | 60 | 340 | 57 | 43 |
| Binary | 110000 | 1000110 | 10000101 | 1000000 | 101111 | 0 | 110000 | 11100000 | 101111 | 100011 |
Color Harmonies of #304685
Complementary color
Monochromatic Colors of #304685
Black with #304685
Text Example
Text Example
White with #304685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304685; }
p { color: rgb(48,70,133); }
H1.HeaderClassName
{
color: #304685;
}
.AnyTagClassName
{
color: #304685;
}
</style>
background-color css
<style>
a { background-color: #304685; }
a { background-color: rgb(48,70,133); }
div.DivClassName
{
background-color: #304685;
}
.BgClassName
{
background-color: #304685;
}
</style>
border-color css
<style>
span { border-color: #304685; }
span { border-color: rgb(48,70,133); }
td.TdClassName
{
border-color: #304685;
}
.TagClassName
{
border-color: #304685;
}
</style>