Shades of Tory Blue #304988
Tints of Tory Blue #304988
RGB
CMYK
RGB Variations
Color information
#304988 (or 0x304988) is known color: Tory Blue. HEX triplet: 30, 49 and 88. RGB value is (48,73,136). Sum of RGB (Red+Green+Blue) = 48+73+136=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 136 (53.52% from 255 or 52.92% from 257); Max value from RGB is 136 - color contains mainly: blue. Hex color #304988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304988 is #CFB677. Grayscale: #484848. Windows color (decimal): -13612664 or 8931632. OLE color: 8931632.
HSL color Cylindrical-coordinate representation of color #304988: hue angle of 222.95º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #304988 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 73 | 136 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.47 |
| HSL | 222.95º | 0.48% | 0.36% | - |
| HSV(B) | 222.95º | 0.65% | 0.53% | - |
| XYZ | 8.05 | 7.17 | 24.25 | - |
| YUV | 72.71 | 163.72 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 73 | 136 | 0.65 | 0.46 | 0 | 0.47 | 222.95 | 0.48 | 0.36 |
| Hex | 30 | 49 | 88 | 41 | 2E | 0 | 2F | DF | 30 | 24 |
| Octal | 60 | 111 | 210 | 101 | 56 | 0 | 57 | 337 | 60 | 44 |
| Binary | 110000 | 1001001 | 10001000 | 1000001 | 101110 | 0 | 101111 | 11011111 | 110000 | 100100 |
Color Harmonies of #304988
Complementary color
Monochromatic Colors of #304988
Black with #304988
Text Example
Text Example
White with #304988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304988; }
p { color: rgb(48,73,136); }
H1.HeaderClassName
{
color: #304988;
}
.AnyTagClassName
{
color: #304988;
}
</style>
background-color css
<style>
a { background-color: #304988; }
a { background-color: rgb(48,73,136); }
div.DivClassName
{
background-color: #304988;
}
.BgClassName
{
background-color: #304988;
}
</style>
border-color css
<style>
span { border-color: #304988; }
span { border-color: rgb(48,73,136); }
td.TdClassName
{
border-color: #304988;
}
.TagClassName
{
border-color: #304988;
}
</style>