Shades of Tory Blue #303E9D
Tints of Tory Blue #303E9D
RGB
CMYK
RGB Variations
Color information
#303E9D (or 0x303E9D) is known color: Tory Blue. HEX triplet: 30, 3E and 9D. RGB value is (48,62,157). Sum of RGB (Red+Green+Blue) = 48+62+157=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 157 (61.72% from 255 or 58.80% from 267); Max value from RGB is 157 - color contains mainly: blue. Hex color #303E9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303E9D is #CFC162. Grayscale: #444444. Windows color (decimal): -13615459 or 10305072. OLE color: 10305072.
HSL color Cylindrical-coordinate representation of color #303E9D: hue angle of 232.29º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #303E9D is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 62 | 157 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.38 |
| HSL | 232.29º | 0.53% | 0.4% | - |
| HSV(B) | 232.29º | 0.69% | 0.62% | - |
| XYZ | 9.03 | 6.51 | 32.68 | - |
| YUV | 68.64 | 177.86 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 157 | 0.69 | 0.61 | 0 | 0.38 | 232.29 | 0.53 | 0.4 |
| Hex | 30 | 3E | 9D | 45 | 3D | 0 | 26 | E8 | 35 | 28 |
| Octal | 60 | 76 | 235 | 105 | 75 | 0 | 46 | 350 | 65 | 50 |
| Binary | 110000 | 111110 | 10011101 | 1000101 | 111101 | 0 | 100110 | 11101000 | 110101 | 101000 |
Color Harmonies of #303E9D
Complementary color
Monochromatic Colors of #303E9D
Black with #303E9D
Text Example
Text Example
White with #303E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303E9D; }
p { color: rgb(48,62,157); }
H1.HeaderClassName
{
color: #303E9D;
}
.AnyTagClassName
{
color: #303E9D;
}
</style>
background-color css
<style>
a { background-color: #303E9D; }
a { background-color: rgb(48,62,157); }
div.DivClassName
{
background-color: #303E9D;
}
.BgClassName
{
background-color: #303E9D;
}
</style>
border-color css
<style>
span { border-color: #303E9D; }
span { border-color: rgb(48,62,157); }
td.TdClassName
{
border-color: #303E9D;
}
.TagClassName
{
border-color: #303E9D;
}
</style>