Shades of Tory Blue #384688
Tints of Tory Blue #384688
RGB
CMYK
RGB Variations
Color information
#384688 (or 0x384688) is known color: Tory Blue. HEX triplet: 38, 46 and 88. RGB value is (56,70,136). Sum of RGB (Red+Green+Blue) = 56+70+136=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 136 (53.52% from 255 or 51.91% from 262); Max value from RGB is 136 - color contains mainly: blue. Hex color #384688 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384688 is #C7B977. Grayscale: #494949. Windows color (decimal): -13089144 or 8930872. OLE color: 8930872.
HSL color Cylindrical-coordinate representation of color #384688: hue angle of 229.5º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #384688 is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 70 | 136 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.47 |
| HSL | 229.5º | 0.42% | 0.38% | - |
| HSV(B) | 229.5º | 0.59% | 0.53% | - |
| XYZ | 8.26 | 7 | 24.21 | - |
| YUV | 73.34 | 163.36 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 70 | 136 | 0.59 | 0.49 | 0 | 0.47 | 229.5 | 0.42 | 0.38 |
| Hex | 38 | 46 | 88 | 3B | 31 | 0 | 2F | E6 | 2A | 26 |
| Octal | 70 | 106 | 210 | 73 | 61 | 0 | 57 | 346 | 52 | 46 |
| Binary | 111000 | 1000110 | 10001000 | 111011 | 110001 | 0 | 101111 | 11100110 | 101010 | 100110 |
Color Harmonies of #384688
Complementary color
Monochromatic Colors of #384688
Black with #384688
Text Example
Text Example
White with #384688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384688; }
p { color: rgb(56,70,136); }
H1.HeaderClassName
{
color: #384688;
}
.AnyTagClassName
{
color: #384688;
}
</style>
background-color css
<style>
a { background-color: #384688; }
a { background-color: rgb(56,70,136); }
div.DivClassName
{
background-color: #384688;
}
.BgClassName
{
background-color: #384688;
}
</style>
border-color css
<style>
span { border-color: #384688; }
span { border-color: rgb(56,70,136); }
td.TdClassName
{
border-color: #384688;
}
.TagClassName
{
border-color: #384688;
}
</style>