Shades of Tory Blue #304A88
Tints of Tory Blue #304A88
RGB
CMYK
RGB Variations
Color information
#304A88 (or 0x304A88) is known color: Tory Blue. HEX triplet: 30, 4A and 88. RGB value is (48,74,136). Sum of RGB (Red+Green+Blue) = 48+74+136=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 136 (53.52% from 255 or 52.71% from 258); Max value from RGB is 136 - color contains mainly: blue. Hex color #304A88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304A88 is #CFB577. Grayscale: #494949. Windows color (decimal): -13612408 or 8931888. OLE color: 8931888.
HSL color Cylindrical-coordinate representation of color #304A88: hue angle of 222.27º 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 #304A88 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 74 | 136 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.47 |
| HSL | 222.27º | 0.48% | 0.36% | - |
| HSV(B) | 222.27º | 0.65% | 0.53% | - |
| XYZ | 8.11 | 7.3 | 24.27 | - |
| YUV | 73.29 | 163.39 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 74 | 136 | 0.65 | 0.46 | 0 | 0.47 | 222.27 | 0.48 | 0.36 |
| Hex | 30 | 4A | 88 | 41 | 2E | 0 | 2F | DE | 30 | 24 |
| Octal | 60 | 112 | 210 | 101 | 56 | 0 | 57 | 336 | 60 | 44 |
| Binary | 110000 | 1001010 | 10001000 | 1000001 | 101110 | 0 | 101111 | 11011110 | 110000 | 100100 |
Color Harmonies of #304A88
Complementary color
Monochromatic Colors of #304A88
Black with #304A88
Text Example
Text Example
White with #304A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304A88; }
p { color: rgb(48,74,136); }
H1.HeaderClassName
{
color: #304A88;
}
.AnyTagClassName
{
color: #304A88;
}
</style>
background-color css
<style>
a { background-color: #304A88; }
a { background-color: rgb(48,74,136); }
div.DivClassName
{
background-color: #304A88;
}
.BgClassName
{
background-color: #304A88;
}
</style>
border-color css
<style>
span { border-color: #304A88; }
span { border-color: rgb(48,74,136); }
td.TdClassName
{
border-color: #304A88;
}
.TagClassName
{
border-color: #304A88;
}
</style>