Shades of Tory Blue #304BA1
Tints of Tory Blue #304BA1
RGB
CMYK
RGB Variations
Color information
#304BA1 (or 0x304BA1) is known color: Tory Blue. HEX triplet: 30, 4B and A1. RGB value is (48,75,161). Sum of RGB (Red+Green+Blue) = 48+75+161=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 75 (29.69% from 255 or 26.41% from 284); Blue value is 161 (63.28% from 255 or 56.69% from 284); Max value from RGB is 161 - color contains mainly: blue. Hex color #304BA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304BA1 is #CFB45E. Grayscale: #4C4C4C. Windows color (decimal): -13612127 or 10570544. OLE color: 10570544.
HSL color Cylindrical-coordinate representation of color #304BA1: hue angle of 225.66º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #304BA1 is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 75 | 161 | - |
| CMYK | 0.70 | 0.53 | 0 | 0.37 |
| HSL | 225.66º | 0.54% | 0.41% | - |
| HSV(B) | 225.66º | 0.7% | 0.63% | - |
| XYZ | 10.17 | 8.23 | 34.77 | - |
| YUV | 76.73 | 175.55 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 75 | 161 | 0.70 | 0.53 | 0 | 0.37 | 225.66 | 0.54 | 0.41 |
| Hex | 30 | 4B | A1 | 46 | 35 | 0 | 25 | E2 | 36 | 29 |
| Octal | 60 | 113 | 241 | 106 | 65 | 0 | 45 | 342 | 66 | 51 |
| Binary | 110000 | 1001011 | 10100001 | 1000110 | 110101 | 0 | 100101 | 11100010 | 110110 | 101001 |
Color Harmonies of #304BA1
Complementary color
Monochromatic Colors of #304BA1
Black with #304BA1
Text Example
Text Example
White with #304BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304BA1; }
p { color: rgb(48,75,161); }
H1.HeaderClassName
{
color: #304BA1;
}
.AnyTagClassName
{
color: #304BA1;
}
</style>
background-color css
<style>
a { background-color: #304BA1; }
a { background-color: rgb(48,75,161); }
div.DivClassName
{
background-color: #304BA1;
}
.BgClassName
{
background-color: #304BA1;
}
</style>
border-color css
<style>
span { border-color: #304BA1; }
span { border-color: rgb(48,75,161); }
td.TdClassName
{
border-color: #304BA1;
}
.TagClassName
{
border-color: #304BA1;
}
</style>