Shades of Tory Blue #303F99
Tints of Tory Blue #303F99
RGB
CMYK
RGB Variations
Color information
#303F99 (or 0x303F99) is known color: Tory Blue. HEX triplet: 30, 3F and 99. RGB value is (48,63,153). Sum of RGB (Red+Green+Blue) = 48+63+153=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 153 (60.16% from 255 or 57.95% from 264); Max value from RGB is 153 - color contains mainly: blue. Hex color #303F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303F99 is #CFC066. Grayscale: #444444. Windows color (decimal): -13615207 or 10043184. OLE color: 10043184.
HSL color Cylindrical-coordinate representation of color #303F99: hue angle of 231.43º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #303F99 is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 48 | 63 | 153 | - |
| CMYK | 0.69 | 0.59 | 0 | 0.4 |
| HSL | 231.43º | 0.52% | 0.39% | - |
| HSV(B) | 231.43º | 0.69% | 0.6% | - |
| XYZ | 8.75 | 6.48 | 30.93 | - |
| YUV | 68.78 | 175.53 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 153 | 0.69 | 0.59 | 0 | 0.4 | 231.43 | 0.52 | 0.39 |
| Hex | 30 | 3F | 99 | 45 | 3B | 0 | 28 | E7 | 34 | 27 |
| Octal | 60 | 77 | 231 | 105 | 73 | 0 | 50 | 347 | 64 | 47 |
| Binary | 110000 | 111111 | 10011001 | 1000101 | 111011 | 0 | 101000 | 11100111 | 110100 | 100111 |
Color Harmonies of #303F99
Complementary color
Monochromatic Colors of #303F99
Black with #303F99
Text Example
Text Example
White with #303F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F99; }
p { color: rgb(48,63,153); }
H1.HeaderClassName
{
color: #303F99;
}
.AnyTagClassName
{
color: #303F99;
}
</style>
background-color css
<style>
a { background-color: #303F99; }
a { background-color: rgb(48,63,153); }
div.DivClassName
{
background-color: #303F99;
}
.BgClassName
{
background-color: #303F99;
}
</style>
border-color css
<style>
span { border-color: #303F99; }
span { border-color: rgb(48,63,153); }
td.TdClassName
{
border-color: #303F99;
}
.TagClassName
{
border-color: #303F99;
}
</style>