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