Shades of Tory Blue #304485
Tints of Tory Blue #304485
RGB
CMYK
RGB Variations
Color information
#304485 (or 0x304485) is known color: Tory Blue. HEX triplet: 30, 44 and 85. RGB value is (48,68,133). Sum of RGB (Red+Green+Blue) = 48+68+133=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #304485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304485 is #CFBB7A. Grayscale: #454545. Windows color (decimal): -13613947 or 8733744. OLE color: 8733744.
HSL color Cylindrical-coordinate representation of color #304485: hue angle of 225.88º 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 #304485 is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 68 | 133 | - |
| CMYK | 0.64 | 0.49 | 0 | 0.48 |
| HSL | 225.88º | 0.47% | 0.35% | - |
| HSV(B) | 225.88º | 0.64% | 0.52% | - |
| XYZ | 7.52 | 6.46 | 23.04 | - |
| YUV | 69.43 | 163.87 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 68 | 133 | 0.64 | 0.49 | 0 | 0.48 | 225.88 | 0.47 | 0.35 |
| Hex | 30 | 44 | 85 | 40 | 31 | 0 | 30 | E2 | 2F | 23 |
| Octal | 60 | 104 | 205 | 100 | 61 | 0 | 60 | 342 | 57 | 43 |
| Binary | 110000 | 1000100 | 10000101 | 1000000 | 110001 | 0 | 110000 | 11100010 | 101111 | 100011 |
Color Harmonies of #304485
Complementary color
Monochromatic Colors of #304485
Black with #304485
Text Example
Text Example
White with #304485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304485; }
p { color: rgb(48,68,133); }
H1.HeaderClassName
{
color: #304485;
}
.AnyTagClassName
{
color: #304485;
}
</style>
background-color css
<style>
a { background-color: #304485; }
a { background-color: rgb(48,68,133); }
div.DivClassName
{
background-color: #304485;
}
.BgClassName
{
background-color: #304485;
}
</style>
border-color css
<style>
span { border-color: #304485; }
span { border-color: rgb(48,68,133); }
td.TdClassName
{
border-color: #304485;
}
.TagClassName
{
border-color: #304485;
}
</style>