Shades of Tory Blue #303F9D
Tints of Tory Blue #303F9D
RGB
CMYK
RGB Variations
Color information
#303F9D (or 0x303F9D) is known color: Tory Blue. HEX triplet: 30, 3F and 9D. RGB value is (48,63,157). Sum of RGB (Red+Green+Blue) = 48+63+157=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 157 (61.72% from 255 or 58.58% from 268); Max value from RGB is 157 - color contains mainly: blue. Hex color #303F9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303F9D is #CFC062. Grayscale: #444444. Windows color (decimal): -13615203 or 10305328. OLE color: 10305328.
HSL color Cylindrical-coordinate representation of color #303F9D: hue angle of 231.74º 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 #303F9D is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 63 | 157 | - |
| CMYK | 0.69 | 0.60 | 0 | 0.38 |
| HSL | 231.74º | 0.53% | 0.4% | - |
| HSV(B) | 231.74º | 0.69% | 0.62% | - |
| XYZ | 9.08 | 6.62 | 32.7 | - |
| YUV | 69.23 | 177.53 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 157 | 0.69 | 0.60 | 0 | 0.38 | 231.74 | 0.53 | 0.4 |
| Hex | 30 | 3F | 9D | 45 | 3C | 0 | 26 | E8 | 35 | 28 |
| Octal | 60 | 77 | 235 | 105 | 74 | 0 | 46 | 350 | 65 | 50 |
| Binary | 110000 | 111111 | 10011101 | 1000101 | 111100 | 0 | 100110 | 11101000 | 110101 | 101000 |
Color Harmonies of #303F9D
Complementary color
Monochromatic Colors of #303F9D
Black with #303F9D
Text Example
Text Example
White with #303F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F9D; }
p { color: rgb(48,63,157); }
H1.HeaderClassName
{
color: #303F9D;
}
.AnyTagClassName
{
color: #303F9D;
}
</style>
background-color css
<style>
a { background-color: #303F9D; }
a { background-color: rgb(48,63,157); }
div.DivClassName
{
background-color: #303F9D;
}
.BgClassName
{
background-color: #303F9D;
}
</style>
border-color css
<style>
span { border-color: #303F9D; }
span { border-color: rgb(48,63,157); }
td.TdClassName
{
border-color: #303F9D;
}
.TagClassName
{
border-color: #303F9D;
}
</style>