Shades of Tory Blue #304188
Tints of Tory Blue #304188
RGB
CMYK
RGB Variations
Color information
#304188 (or 0x304188) is known color: Tory Blue. HEX triplet: 30, 41 and 88. RGB value is (48,65,136). Sum of RGB (Red+Green+Blue) = 48+65+136=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #304188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304188 is #CFBE77. Grayscale: #434343. Windows color (decimal): -13614712 or 8929584. OLE color: 8929584.
HSL color Cylindrical-coordinate representation of color #304188: hue angle of 228.41º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #304188 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 65 | 136 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.47 |
| HSL | 228.41º | 0.48% | 0.36% | - |
| HSV(B) | 228.41º | 0.65% | 0.53% | - |
| XYZ | 7.55 | 6.19 | 24.09 | - |
| YUV | 68.01 | 166.37 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 65 | 136 | 0.65 | 0.52 | 0 | 0.47 | 228.41 | 0.48 | 0.36 |
| Hex | 30 | 41 | 88 | 41 | 34 | 0 | 2F | E4 | 30 | 24 |
| Octal | 60 | 101 | 210 | 101 | 64 | 0 | 57 | 344 | 60 | 44 |
| Binary | 110000 | 1000001 | 10001000 | 1000001 | 110100 | 0 | 101111 | 11100100 | 110000 | 100100 |
Color Harmonies of #304188
Complementary color
Monochromatic Colors of #304188
Black with #304188
Text Example
Text Example
White with #304188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304188; }
p { color: rgb(48,65,136); }
H1.HeaderClassName
{
color: #304188;
}
.AnyTagClassName
{
color: #304188;
}
</style>
background-color css
<style>
a { background-color: #304188; }
a { background-color: rgb(48,65,136); }
div.DivClassName
{
background-color: #304188;
}
.BgClassName
{
background-color: #304188;
}
</style>
border-color css
<style>
span { border-color: #304188; }
span { border-color: rgb(48,65,136); }
td.TdClassName
{
border-color: #304188;
}
.TagClassName
{
border-color: #304188;
}
</style>