Shades of Tory Blue #303D99
Tints of Tory Blue #303D99
RGB
CMYK
RGB Variations
Color information
#303D99 (or 0x303D99) is known color: Tory Blue. HEX triplet: 30, 3D and 99. RGB value is (48,61,153). Sum of RGB (Red+Green+Blue) = 48+61+153=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 153 (60.16% from 255 or 58.40% from 262); Max value from RGB is 153 - color contains mainly: blue. Hex color #303D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303D99 is #CFC266. Grayscale: #434343. Windows color (decimal): -13615719 or 10042672. OLE color: 10042672.
HSL color Cylindrical-coordinate representation of color #303D99: hue angle of 232.57º 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 #303D99 is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 48 | 61 | 153 | - |
| CMYK | 0.69 | 0.60 | 0 | 0.4 |
| HSL | 232.57º | 0.52% | 0.39% | - |
| HSV(B) | 232.57º | 0.69% | 0.6% | - |
| XYZ | 8.64 | 6.27 | 30.89 | - |
| YUV | 67.6 | 176.19 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 153 | 0.69 | 0.60 | 0 | 0.4 | 232.57 | 0.52 | 0.39 |
| Hex | 30 | 3D | 99 | 45 | 3C | 0 | 28 | E9 | 34 | 27 |
| Octal | 60 | 75 | 231 | 105 | 74 | 0 | 50 | 351 | 64 | 47 |
| Binary | 110000 | 111101 | 10011001 | 1000101 | 111100 | 0 | 101000 | 11101001 | 110100 | 100111 |
Color Harmonies of #303D99
Complementary color
Monochromatic Colors of #303D99
Black with #303D99
Text Example
Text Example
White with #303D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D99; }
p { color: rgb(48,61,153); }
H1.HeaderClassName
{
color: #303D99;
}
.AnyTagClassName
{
color: #303D99;
}
</style>
background-color css
<style>
a { background-color: #303D99; }
a { background-color: rgb(48,61,153); }
div.DivClassName
{
background-color: #303D99;
}
.BgClassName
{
background-color: #303D99;
}
</style>
border-color css
<style>
span { border-color: #303D99; }
span { border-color: rgb(48,61,153); }
td.TdClassName
{
border-color: #303D99;
}
.TagClassName
{
border-color: #303D99;
}
</style>