Shades of Tory Blue #303F90
Tints of Tory Blue #303F90
RGB
CMYK
RGB Variations
Color information
#303F90 (or 0x303F90) is known color: Tory Blue. HEX triplet: 30, 3F and 90. RGB value is (48,63,144). Sum of RGB (Red+Green+Blue) = 48+63+144=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 144 (56.64% from 255 or 56.47% from 255); Max value from RGB is 144 - color contains mainly: blue. Hex color #303F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303F90 is #CFC06F. Grayscale: #434343. Windows color (decimal): -13615216 or 9453360. OLE color: 9453360.
HSL color Cylindrical-coordinate representation of color #303F90: hue angle of 230.62º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #303F90 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 63 | 144 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.44 |
| HSL | 230.63º | 0.5% | 0.38% | - |
| HSV(B) | 230.63º | 0.67% | 0.56% | - |
| XYZ | 8.03 | 6.2 | 27.16 | - |
| YUV | 67.75 | 171.03 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 144 | 0.67 | 0.56 | 0 | 0.44 | 230.63 | 0.5 | 0.38 |
| Hex | 30 | 3F | 90 | 43 | 38 | 0 | 2C | E7 | 32 | 26 |
| Octal | 60 | 77 | 220 | 103 | 70 | 0 | 54 | 347 | 62 | 46 |
| Binary | 110000 | 111111 | 10010000 | 1000011 | 111000 | 0 | 101100 | 11100111 | 110010 | 100110 |
Color Harmonies of #303F90
Complementary color
Monochromatic Colors of #303F90
Black with #303F90
Text Example
Text Example
White with #303F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F90; }
p { color: rgb(48,63,144); }
H1.HeaderClassName
{
color: #303F90;
}
.AnyTagClassName
{
color: #303F90;
}
</style>
background-color css
<style>
a { background-color: #303F90; }
a { background-color: rgb(48,63,144); }
div.DivClassName
{
background-color: #303F90;
}
.BgClassName
{
background-color: #303F90;
}
</style>
border-color css
<style>
span { border-color: #303F90; }
span { border-color: rgb(48,63,144); }
td.TdClassName
{
border-color: #303F90;
}
.TagClassName
{
border-color: #303F90;
}
</style>