Shades of Tory Blue #384A95
Tints of Tory Blue #384A95
RGB
CMYK
RGB Variations
Color information
#384A95 (or 0x384A95) is known color: Tory Blue. HEX triplet: 38, 4A and 95. RGB value is (56,74,149). Sum of RGB (Red+Green+Blue) = 56+74+149=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #384A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384A95 is #C7B56A. Grayscale: #4C4C4C. Windows color (decimal): -13088107 or 9783864. OLE color: 9783864.
HSL color Cylindrical-coordinate representation of color #384A95: hue angle of 228.39º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #384A95 is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 56 | 74 | 149 | - |
| CMYK | 0.62 | 0.50 | 0 | 0.42 |
| HSL | 228.39º | 0.45% | 0.4% | - |
| HSV(B) | 228.39º | 0.62% | 0.58% | - |
| XYZ | 9.5 | 7.91 | 29.46 | - |
| YUV | 77.17 | 168.54 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 74 | 149 | 0.62 | 0.50 | 0 | 0.42 | 228.39 | 0.45 | 0.4 |
| Hex | 38 | 4A | 95 | 3E | 32 | 0 | 2A | E4 | 2D | 28 |
| Octal | 70 | 112 | 225 | 76 | 62 | 0 | 52 | 344 | 55 | 50 |
| Binary | 111000 | 1001010 | 10010101 | 111110 | 110010 | 0 | 101010 | 11100100 | 101101 | 101000 |
Color Harmonies of #384A95
Complementary color
Monochromatic Colors of #384A95
Black with #384A95
Text Example
Text Example
White with #384A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384A95; }
p { color: rgb(56,74,149); }
H1.HeaderClassName
{
color: #384A95;
}
.AnyTagClassName
{
color: #384A95;
}
</style>
background-color css
<style>
a { background-color: #384A95; }
a { background-color: rgb(56,74,149); }
div.DivClassName
{
background-color: #384A95;
}
.BgClassName
{
background-color: #384A95;
}
</style>
border-color css
<style>
span { border-color: #384A95; }
span { border-color: rgb(56,74,149); }
td.TdClassName
{
border-color: #384A95;
}
.TagClassName
{
border-color: #384A95;
}
</style>