Shades of Tory Blue #303C92
Tints of Tory Blue #303C92
RGB
CMYK
RGB Variations
Color information
#303C92 (or 0x303C92) is known color: Tory Blue. HEX triplet: 30, 3C and 92. RGB value is (48,60,146). Sum of RGB (Red+Green+Blue) = 48+60+146=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #303C92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303C92 is #CFC36D. Grayscale: #414141. Windows color (decimal): -13615982 or 9583664. OLE color: 9583664.
HSL color Cylindrical-coordinate representation of color #303C92: hue angle of 232.65º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #303C92 is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 60 | 146 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.43 |
| HSL | 232.65º | 0.51% | 0.38% | - |
| HSV(B) | 232.65º | 0.67% | 0.57% | - |
| XYZ | 8.02 | 5.94 | 27.92 | - |
| YUV | 66.22 | 173.02 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 146 | 0.67 | 0.59 | 0 | 0.43 | 232.65 | 0.51 | 0.38 |
| Hex | 30 | 3C | 92 | 43 | 3B | 0 | 2B | E9 | 33 | 26 |
| Octal | 60 | 74 | 222 | 103 | 73 | 0 | 53 | 351 | 63 | 46 |
| Binary | 110000 | 111100 | 10010010 | 1000011 | 111011 | 0 | 101011 | 11101001 | 110011 | 100110 |
Color Harmonies of #303C92
Complementary color
Monochromatic Colors of #303C92
Black with #303C92
Text Example
Text Example
White with #303C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303C92; }
p { color: rgb(48,60,146); }
H1.HeaderClassName
{
color: #303C92;
}
.AnyTagClassName
{
color: #303C92;
}
</style>
background-color css
<style>
a { background-color: #303C92; }
a { background-color: rgb(48,60,146); }
div.DivClassName
{
background-color: #303C92;
}
.BgClassName
{
background-color: #303C92;
}
</style>
border-color css
<style>
span { border-color: #303C92; }
span { border-color: rgb(48,60,146); }
td.TdClassName
{
border-color: #303C92;
}
.TagClassName
{
border-color: #303C92;
}
</style>