Shades of Tory Blue #304885
Tints of Tory Blue #304885
RGB
CMYK
RGB Variations
Color information
#304885 (or 0x304885) is known color: Tory Blue. HEX triplet: 30, 48 and 85. RGB value is (48,72,133). Sum of RGB (Red+Green+Blue) = 48+72+133=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #304885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304885 is #CFB77A. Grayscale: #474747. Windows color (decimal): -13612923 or 8734768. OLE color: 8734768.
HSL color Cylindrical-coordinate representation of color #304885: hue angle of 223.06º 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 #304885 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 72 | 133 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.48 |
| HSL | 223.06º | 0.47% | 0.35% | - |
| HSV(B) | 223.06º | 0.64% | 0.52% | - |
| XYZ | 7.77 | 6.96 | 23.12 | - |
| YUV | 71.78 | 162.55 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 72 | 133 | 0.64 | 0.46 | 0 | 0.48 | 223.06 | 0.47 | 0.35 |
| Hex | 30 | 48 | 85 | 40 | 2E | 0 | 30 | DF | 2F | 23 |
| Octal | 60 | 110 | 205 | 100 | 56 | 0 | 60 | 337 | 57 | 43 |
| Binary | 110000 | 1001000 | 10000101 | 1000000 | 101110 | 0 | 110000 | 11011111 | 101111 | 100011 |
Color Harmonies of #304885
Complementary color
Monochromatic Colors of #304885
Black with #304885
Text Example
Text Example
White with #304885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304885; }
p { color: rgb(48,72,133); }
H1.HeaderClassName
{
color: #304885;
}
.AnyTagClassName
{
color: #304885;
}
</style>
background-color css
<style>
a { background-color: #304885; }
a { background-color: rgb(48,72,133); }
div.DivClassName
{
background-color: #304885;
}
.BgClassName
{
background-color: #304885;
}
</style>
border-color css
<style>
span { border-color: #304885; }
span { border-color: rgb(48,72,133); }
td.TdClassName
{
border-color: #304885;
}
.TagClassName
{
border-color: #304885;
}
</style>