Shades of Tory Blue #303D8D
Tints of Tory Blue #303D8D
RGB
CMYK
RGB Variations
Color information
#303D8D (or 0x303D8D) is known color: Tory Blue. HEX triplet: 30, 3D and 8D. RGB value is (48,61,141). Sum of RGB (Red+Green+Blue) = 48+61+141=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #303D8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303D8D is #CFC272. Grayscale: #414141. Windows color (decimal): -13615731 or 9256240. OLE color: 9256240.
HSL color Cylindrical-coordinate representation of color #303D8D: hue angle of 231.61º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #303D8D is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 61 | 141 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.45 |
| HSL | 231.61º | 0.49% | 0.37% | - |
| HSV(B) | 231.61º | 0.66% | 0.55% | - |
| XYZ | 7.7 | 5.89 | 25.93 | - |
| YUV | 66.23 | 170.19 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 141 | 0.66 | 0.57 | 0 | 0.45 | 231.61 | 0.49 | 0.37 |
| Hex | 30 | 3D | 8D | 42 | 39 | 0 | 2D | E8 | 31 | 25 |
| Octal | 60 | 75 | 215 | 102 | 71 | 0 | 55 | 350 | 61 | 45 |
| Binary | 110000 | 111101 | 10001101 | 1000010 | 111001 | 0 | 101101 | 11101000 | 110001 | 100101 |
Color Harmonies of #303D8D
Complementary color
Monochromatic Colors of #303D8D
Black with #303D8D
Text Example
Text Example
White with #303D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D8D; }
p { color: rgb(48,61,141); }
H1.HeaderClassName
{
color: #303D8D;
}
.AnyTagClassName
{
color: #303D8D;
}
</style>
background-color css
<style>
a { background-color: #303D8D; }
a { background-color: rgb(48,61,141); }
div.DivClassName
{
background-color: #303D8D;
}
.BgClassName
{
background-color: #303D8D;
}
</style>
border-color css
<style>
span { border-color: #303D8D; }
span { border-color: rgb(48,61,141); }
td.TdClassName
{
border-color: #303D8D;
}
.TagClassName
{
border-color: #303D8D;
}
</style>