Shades of Tory Blue #304BA3
Tints of Tory Blue #304BA3
RGB
CMYK
RGB Variations
Color information
#304BA3 (or 0x304BA3) is known color: Tory Blue. HEX triplet: 30, 4B and A3. RGB value is (48,75,163). Sum of RGB (Red+Green+Blue) = 48+75+163=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 163 (64.06% from 255 or 56.99% from 286); Max value from RGB is 163 - color contains mainly: blue. Hex color #304BA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304BA3 is #CFB45C. Grayscale: #4C4C4C. Windows color (decimal): -13612125 or 10701616. OLE color: 10701616.
HSL color Cylindrical-coordinate representation of color #304BA3: hue angle of 225.91º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #304BA3 is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 75 | 163 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.36 |
| HSL | 225.91º | 0.55% | 0.41% | - |
| HSV(B) | 225.91º | 0.71% | 0.64% | - |
| XYZ | 10.35 | 8.3 | 35.71 | - |
| YUV | 76.96 | 176.55 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 75 | 163 | 0.71 | 0.54 | 0 | 0.36 | 225.91 | 0.55 | 0.41 |
| Hex | 30 | 4B | A3 | 47 | 36 | 0 | 24 | E2 | 37 | 29 |
| Octal | 60 | 113 | 243 | 107 | 66 | 0 | 44 | 342 | 67 | 51 |
| Binary | 110000 | 1001011 | 10100011 | 1000111 | 110110 | 0 | 100100 | 11100010 | 110111 | 101001 |
Color Harmonies of #304BA3
Complementary color
Monochromatic Colors of #304BA3
Black with #304BA3
Text Example
Text Example
White with #304BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304BA3; }
p { color: rgb(48,75,163); }
H1.HeaderClassName
{
color: #304BA3;
}
.AnyTagClassName
{
color: #304BA3;
}
</style>
background-color css
<style>
a { background-color: #304BA3; }
a { background-color: rgb(48,75,163); }
div.DivClassName
{
background-color: #304BA3;
}
.BgClassName
{
background-color: #304BA3;
}
</style>
border-color css
<style>
span { border-color: #304BA3; }
span { border-color: rgb(48,75,163); }
td.TdClassName
{
border-color: #304BA3;
}
.TagClassName
{
border-color: #304BA3;
}
</style>