Shades of Tory Blue #303F8B
Tints of Tory Blue #303F8B
RGB
CMYK
RGB Variations
Color information
#303F8B (or 0x303F8B) is known color: Tory Blue. HEX triplet: 30, 3F and 8B. RGB value is (48,63,139). Sum of RGB (Red+Green+Blue) = 48+63+139=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #303F8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303F8B is #CFC074. Grayscale: #424242. Windows color (decimal): -13615221 or 9125680. OLE color: 9125680.
HSL color Cylindrical-coordinate representation of color #303F8B: hue angle of 230.11º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #303F8B is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 63 | 139 | - |
| CMYK | 0.65 | 0.55 | 0 | 0.45 |
| HSL | 230.11º | 0.49% | 0.37% | - |
| HSV(B) | 230.11º | 0.65% | 0.55% | - |
| XYZ | 7.66 | 6.05 | 25.19 | - |
| YUV | 67.18 | 168.53 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 139 | 0.65 | 0.55 | 0 | 0.45 | 230.11 | 0.49 | 0.37 |
| Hex | 30 | 3F | 8B | 41 | 37 | 0 | 2D | E6 | 31 | 25 |
| Octal | 60 | 77 | 213 | 101 | 67 | 0 | 55 | 346 | 61 | 45 |
| Binary | 110000 | 111111 | 10001011 | 1000001 | 110111 | 0 | 101101 | 11100110 | 110001 | 100101 |
Color Harmonies of #303F8B
Complementary color
Monochromatic Colors of #303F8B
Black with #303F8B
Text Example
Text Example
White with #303F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F8B; }
p { color: rgb(48,63,139); }
H1.HeaderClassName
{
color: #303F8B;
}
.AnyTagClassName
{
color: #303F8B;
}
</style>
background-color css
<style>
a { background-color: #303F8B; }
a { background-color: rgb(48,63,139); }
div.DivClassName
{
background-color: #303F8B;
}
.BgClassName
{
background-color: #303F8B;
}
</style>
border-color css
<style>
span { border-color: #303F8B; }
span { border-color: rgb(48,63,139); }
td.TdClassName
{
border-color: #303F8B;
}
.TagClassName
{
border-color: #303F8B;
}
</style>