Shades of Tory Blue #30438F
Tints of Tory Blue #30438F
RGB
CMYK
RGB Variations
Color information
#30438F (or 0x30438F) is known color: Tory Blue. HEX triplet: 30, 43 and 8F. RGB value is (48,67,143). Sum of RGB (Red+Green+Blue) = 48+67+143=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 143 (56.25% from 255 or 55.43% from 258); Max value from RGB is 143 - color contains mainly: blue. Hex color #30438F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30438F is #CFBC70. Grayscale: #454545. Windows color (decimal): -13614193 or 9388848. OLE color: 9388848.
HSL color Cylindrical-coordinate representation of color #30438F: hue angle of 228º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30438F is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 67 | 143 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.44 |
| HSL | 228º | 0.5% | 0.37% | - |
| HSV(B) | 228º | 0.66% | 0.56% | - |
| XYZ | 8.18 | 6.63 | 26.83 | - |
| YUV | 69.98 | 169.21 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 67 | 143 | 0.66 | 0.53 | 0 | 0.44 | 228 | 0.5 | 0.37 |
| Hex | 30 | 43 | 8F | 42 | 35 | 0 | 2C | E4 | 32 | 25 |
| Octal | 60 | 103 | 217 | 102 | 65 | 0 | 54 | 344 | 62 | 45 |
| Binary | 110000 | 1000011 | 10001111 | 1000010 | 110101 | 0 | 101100 | 11100100 | 110010 | 100101 |
Color Harmonies of #30438F
Complementary color
Monochromatic Colors of #30438F
Black with #30438F
Text Example
Text Example
White with #30438F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30438F; }
p { color: rgb(48,67,143); }
H1.HeaderClassName
{
color: #30438F;
}
.AnyTagClassName
{
color: #30438F;
}
</style>
background-color css
<style>
a { background-color: #30438F; }
a { background-color: rgb(48,67,143); }
div.DivClassName
{
background-color: #30438F;
}
.BgClassName
{
background-color: #30438F;
}
</style>
border-color css
<style>
span { border-color: #30438F; }
span { border-color: rgb(48,67,143); }
td.TdClassName
{
border-color: #30438F;
}
.TagClassName
{
border-color: #30438F;
}
</style>