Shades of Tory Blue #304187
Tints of Tory Blue #304187
RGB
CMYK
RGB Variations
Color information
#304187 (or 0x304187) is known color: Tory Blue. HEX triplet: 30, 41 and 87. RGB value is (48,65,135). Sum of RGB (Red+Green+Blue) = 48+65+135=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 135 (53.12% from 255 or 54.44% from 248); Max value from RGB is 135 - color contains mainly: blue. Hex color #304187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304187 is #CFBE78. Grayscale: #434343. Windows color (decimal): -13614713 or 8864048. OLE color: 8864048.
HSL color Cylindrical-coordinate representation of color #304187: hue angle of 228.28º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #304187 is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 65 | 135 | - |
| CMYK | 0.64 | 0.52 | 0 | 0.47 |
| HSL | 228.28º | 0.48% | 0.36% | - |
| HSV(B) | 228.28º | 0.64% | 0.53% | - |
| XYZ | 7.48 | 6.16 | 23.72 | - |
| YUV | 67.9 | 165.87 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 65 | 135 | 0.64 | 0.52 | 0 | 0.47 | 228.28 | 0.48 | 0.36 |
| Hex | 30 | 41 | 87 | 40 | 34 | 0 | 2F | E4 | 30 | 24 |
| Octal | 60 | 101 | 207 | 100 | 64 | 0 | 57 | 344 | 60 | 44 |
| Binary | 110000 | 1000001 | 10000111 | 1000000 | 110100 | 0 | 101111 | 11100100 | 110000 | 100100 |
Color Harmonies of #304187
Complementary color
Monochromatic Colors of #304187
Black with #304187
Text Example
Text Example
White with #304187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304187; }
p { color: rgb(48,65,135); }
H1.HeaderClassName
{
color: #304187;
}
.AnyTagClassName
{
color: #304187;
}
</style>
background-color css
<style>
a { background-color: #304187; }
a { background-color: rgb(48,65,135); }
div.DivClassName
{
background-color: #304187;
}
.BgClassName
{
background-color: #304187;
}
</style>
border-color css
<style>
span { border-color: #304187; }
span { border-color: rgb(48,65,135); }
td.TdClassName
{
border-color: #304187;
}
.TagClassName
{
border-color: #304187;
}
</style>