Shades of Tory Blue #303D9B
Tints of Tory Blue #303D9B
RGB
CMYK
RGB Variations
Color information
#303D9B (or 0x303D9B) is known color: Tory Blue. HEX triplet: 30, 3D and 9B. RGB value is (48,61,155). Sum of RGB (Red+Green+Blue) = 48+61+155=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #303D9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303D9B is #CFC264. Grayscale: #434343. Windows color (decimal): -13615717 or 10173744. OLE color: 10173744.
HSL color Cylindrical-coordinate representation of color #303D9B: hue angle of 232.71º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #303D9B is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 48 | 61 | 155 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.39 |
| HSL | 232.71º | 0.53% | 0.4% | - |
| HSV(B) | 232.71º | 0.69% | 0.61% | - |
| XYZ | 8.8 | 6.33 | 31.77 | - |
| YUV | 67.83 | 177.19 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 155 | 0.69 | 0.61 | 0 | 0.39 | 232.71 | 0.53 | 0.4 |
| Hex | 30 | 3D | 9B | 45 | 3D | 0 | 27 | E9 | 35 | 28 |
| Octal | 60 | 75 | 233 | 105 | 75 | 0 | 47 | 351 | 65 | 50 |
| Binary | 110000 | 111101 | 10011011 | 1000101 | 111101 | 0 | 100111 | 11101001 | 110101 | 101000 |
Color Harmonies of #303D9B
Complementary color
Monochromatic Colors of #303D9B
Black with #303D9B
Text Example
Text Example
White with #303D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D9B; }
p { color: rgb(48,61,155); }
H1.HeaderClassName
{
color: #303D9B;
}
.AnyTagClassName
{
color: #303D9B;
}
</style>
background-color css
<style>
a { background-color: #303D9B; }
a { background-color: rgb(48,61,155); }
div.DivClassName
{
background-color: #303D9B;
}
.BgClassName
{
background-color: #303D9B;
}
</style>
border-color css
<style>
span { border-color: #303D9B; }
span { border-color: rgb(48,61,155); }
td.TdClassName
{
border-color: #303D9B;
}
.TagClassName
{
border-color: #303D9B;
}
</style>