Shades of Tory Blue #384596
Tints of Tory Blue #384596
RGB
CMYK
RGB Variations
Color information
#384596 (or 0x384596) is known color: Tory Blue. HEX triplet: 38, 45 and 96. RGB value is (56,69,150). Sum of RGB (Red+Green+Blue) = 56+69+150=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 150 (58.98% from 255 or 54.55% from 275); Max value from RGB is 150 - color contains mainly: blue. Hex color #384596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384596 is #C7BA69. Grayscale: #4A4A4A. Windows color (decimal): -13089386 or 9848120. OLE color: 9848120.
HSL color Cylindrical-coordinate representation of color #384596: hue angle of 231.7º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #384596 is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 56 | 69 | 150 | - |
| CMYK | 0.63 | 0.54 | 0 | 0.41 |
| HSL | 231.7º | 0.46% | 0.4% | - |
| HSV(B) | 231.7º | 0.63% | 0.59% | - |
| XYZ | 9.26 | 7.3 | 29.77 | - |
| YUV | 74.35 | 170.69 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 69 | 150 | 0.63 | 0.54 | 0 | 0.41 | 231.7 | 0.46 | 0.4 |
| Hex | 38 | 45 | 96 | 3F | 36 | 0 | 29 | E8 | 2E | 28 |
| Octal | 70 | 105 | 226 | 77 | 66 | 0 | 51 | 350 | 56 | 50 |
| Binary | 111000 | 1000101 | 10010110 | 111111 | 110110 | 0 | 101001 | 11101000 | 101110 | 101000 |
Color Harmonies of #384596
Complementary color
Monochromatic Colors of #384596
Black with #384596
Text Example
Text Example
White with #384596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384596; }
p { color: rgb(56,69,150); }
H1.HeaderClassName
{
color: #384596;
}
.AnyTagClassName
{
color: #384596;
}
</style>
background-color css
<style>
a { background-color: #384596; }
a { background-color: rgb(56,69,150); }
div.DivClassName
{
background-color: #384596;
}
.BgClassName
{
background-color: #384596;
}
</style>
border-color css
<style>
span { border-color: #384596; }
span { border-color: rgb(56,69,150); }
td.TdClassName
{
border-color: #384596;
}
.TagClassName
{
border-color: #384596;
}
</style>