Shades of Tory Blue #304C90
Tints of Tory Blue #304C90
RGB
CMYK
RGB Variations
Color information
#304C90 (or 0x304C90) is known color: Tory Blue. HEX triplet: 30, 4C and 90. RGB value is (48,76,144). Sum of RGB (Red+Green+Blue) = 48+76+144=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #304C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304C90 is #CFB36F. Grayscale: #4B4B4B. Windows color (decimal): -13611888 or 9456688. OLE color: 9456688.
HSL color Cylindrical-coordinate representation of color #304C90: hue angle of 222.5º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #304C90 is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 76 | 144 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.44 |
| HSL | 222.5º | 0.5% | 0.38% | - |
| HSV(B) | 222.5º | 0.67% | 0.56% | - |
| XYZ | 8.84 | 7.81 | 27.43 | - |
| YUV | 75.38 | 166.72 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 144 | 0.67 | 0.47 | 0 | 0.44 | 222.5 | 0.5 | 0.38 |
| Hex | 30 | 4C | 90 | 43 | 2F | 0 | 2C | DE | 32 | 26 |
| Octal | 60 | 114 | 220 | 103 | 57 | 0 | 54 | 336 | 62 | 46 |
| Binary | 110000 | 1001100 | 10010000 | 1000011 | 101111 | 0 | 101100 | 11011110 | 110010 | 100110 |
Color Harmonies of #304C90
Complementary color
Monochromatic Colors of #304C90
Black with #304C90
Text Example
Text Example
White with #304C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304C90; }
p { color: rgb(48,76,144); }
H1.HeaderClassName
{
color: #304C90;
}
.AnyTagClassName
{
color: #304C90;
}
</style>
background-color css
<style>
a { background-color: #304C90; }
a { background-color: rgb(48,76,144); }
div.DivClassName
{
background-color: #304C90;
}
.BgClassName
{
background-color: #304C90;
}
</style>
border-color css
<style>
span { border-color: #304C90; }
span { border-color: rgb(48,76,144); }
td.TdClassName
{
border-color: #304C90;
}
.TagClassName
{
border-color: #304C90;
}
</style>