Shades of Tory Blue #384F9E
Tints of Tory Blue #384F9E
RGB
CMYK
RGB Variations
Color information
#384F9E (or 0x384F9E) is known color: Tory Blue. HEX triplet: 38, 4F and 9E. RGB value is (56,79,158). Sum of RGB (Red+Green+Blue) = 56+79+158=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 158 (62.11% from 255 or 53.92% from 293); Max value from RGB is 158 - color contains mainly: blue. Hex color #384F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384F9E is #C7B061. Grayscale: #505050. Windows color (decimal): -13086818 or 10374968. OLE color: 10374968.
HSL color Cylindrical-coordinate representation of color #384F9E: hue angle of 226.47º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #384F9E is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 79 | 158 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.38 |
| HSL | 226.47º | 0.48% | 0.42% | - |
| HSV(B) | 226.47º | 0.65% | 0.62% | - |
| XYZ | 10.6 | 8.9 | 33.51 | - |
| YUV | 81.13 | 171.38 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 79 | 158 | 0.65 | 0.50 | 0 | 0.38 | 226.47 | 0.48 | 0.42 |
| Hex | 38 | 4F | 9E | 41 | 32 | 0 | 26 | E2 | 30 | 2A |
| Octal | 70 | 117 | 236 | 101 | 62 | 0 | 46 | 342 | 60 | 52 |
| Binary | 111000 | 1001111 | 10011110 | 1000001 | 110010 | 0 | 100110 | 11100010 | 110000 | 101010 |
Color Harmonies of #384F9E
Complementary color
Monochromatic Colors of #384F9E
Black with #384F9E
Text Example
Text Example
White with #384F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384F9E; }
p { color: rgb(56,79,158); }
H1.HeaderClassName
{
color: #384F9E;
}
.AnyTagClassName
{
color: #384F9E;
}
</style>
background-color css
<style>
a { background-color: #384F9E; }
a { background-color: rgb(56,79,158); }
div.DivClassName
{
background-color: #384F9E;
}
.BgClassName
{
background-color: #384F9E;
}
</style>
border-color css
<style>
span { border-color: #384F9E; }
span { border-color: rgb(56,79,158); }
td.TdClassName
{
border-color: #384F9E;
}
.TagClassName
{
border-color: #384F9E;
}
</style>