Shades of Tory Blue #303D95
Tints of Tory Blue #303D95
RGB
CMYK
RGB Variations
Color information
#303D95 (or 0x303D95) is known color: Tory Blue. HEX triplet: 30, 3D and 95. RGB value is (48,61,149). Sum of RGB (Red+Green+Blue) = 48+61+149=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #303D95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303D95 is #CFC26A. Grayscale: #424242. Windows color (decimal): -13615723 or 9780528. OLE color: 9780528.
HSL color Cylindrical-coordinate representation of color #303D95: hue angle of 232.28º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #303D95 is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 61 | 149 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.42 |
| HSL | 232.28º | 0.51% | 0.39% | - |
| HSV(B) | 232.28º | 0.68% | 0.58% | - |
| XYZ | 8.31 | 6.14 | 29.18 | - |
| YUV | 67.15 | 174.19 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 149 | 0.68 | 0.59 | 0 | 0.42 | 232.28 | 0.51 | 0.39 |
| Hex | 30 | 3D | 95 | 44 | 3B | 0 | 2A | E8 | 33 | 27 |
| Octal | 60 | 75 | 225 | 104 | 73 | 0 | 52 | 350 | 63 | 47 |
| Binary | 110000 | 111101 | 10010101 | 1000100 | 111011 | 0 | 101010 | 11101000 | 110011 | 100111 |
Color Harmonies of #303D95
Complementary color
Monochromatic Colors of #303D95
Black with #303D95
Text Example
Text Example
White with #303D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D95; }
p { color: rgb(48,61,149); }
H1.HeaderClassName
{
color: #303D95;
}
.AnyTagClassName
{
color: #303D95;
}
</style>
background-color css
<style>
a { background-color: #303D95; }
a { background-color: rgb(48,61,149); }
div.DivClassName
{
background-color: #303D95;
}
.BgClassName
{
background-color: #303D95;
}
</style>
border-color css
<style>
span { border-color: #303D95; }
span { border-color: rgb(48,61,149); }
td.TdClassName
{
border-color: #303D95;
}
.TagClassName
{
border-color: #303D95;
}
</style>