Shades of Tory Blue #303D9F
Tints of Tory Blue #303D9F
RGB
CMYK
RGB Variations
Color information
#303D9F (or 0x303D9F) is known color: Tory Blue. HEX triplet: 30, 3D and 9F. RGB value is (48,61,159). Sum of RGB (Red+Green+Blue) = 48+61+159=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 159 (62.5% from 255 or 59.33% from 268); Max value from RGB is 159 - color contains mainly: blue. Hex color #303D9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303D9F is #CFC260. Grayscale: #434343. Windows color (decimal): -13615713 or 10435888. OLE color: 10435888.
HSL color Cylindrical-coordinate representation of color #303D9F: hue angle of 232.97º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #303D9F is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 61 | 159 | - |
| CMYK | 0.70 | 0.62 | 0 | 0.38 |
| HSL | 232.97º | 0.54% | 0.41% | - |
| HSV(B) | 232.97º | 0.7% | 0.62% | - |
| XYZ | 9.15 | 6.47 | 33.57 | - |
| YUV | 68.29 | 179.19 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 159 | 0.70 | 0.62 | 0 | 0.38 | 232.97 | 0.54 | 0.41 |
| Hex | 30 | 3D | 9F | 46 | 3E | 0 | 26 | E9 | 36 | 29 |
| Octal | 60 | 75 | 237 | 106 | 76 | 0 | 46 | 351 | 66 | 51 |
| Binary | 110000 | 111101 | 10011111 | 1000110 | 111110 | 0 | 100110 | 11101001 | 110110 | 101001 |
Color Harmonies of #303D9F
Complementary color
Monochromatic Colors of #303D9F
Black with #303D9F
Text Example
Text Example
White with #303D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D9F; }
p { color: rgb(48,61,159); }
H1.HeaderClassName
{
color: #303D9F;
}
.AnyTagClassName
{
color: #303D9F;
}
</style>
background-color css
<style>
a { background-color: #303D9F; }
a { background-color: rgb(48,61,159); }
div.DivClassName
{
background-color: #303D9F;
}
.BgClassName
{
background-color: #303D9F;
}
</style>
border-color css
<style>
span { border-color: #303D9F; }
span { border-color: rgb(48,61,159); }
td.TdClassName
{
border-color: #303D9F;
}
.TagClassName
{
border-color: #303D9F;
}
</style>