Shades of Tory Blue #384C9E
Tints of Tory Blue #384C9E
RGB
CMYK
RGB Variations
Color information
#384C9E (or 0x384C9E) is known color: Tory Blue. HEX triplet: 38, 4C and 9E. RGB value is (56,76,158). Sum of RGB (Red+Green+Blue) = 56+76+158=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 158 (62.11% from 255 or 54.48% from 290); Max value from RGB is 158 - color contains mainly: blue. Hex color #384C9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384C9E is #C7B361. Grayscale: #4F4F4F. Windows color (decimal): -13087586 or 10374200. OLE color: 10374200.
HSL color Cylindrical-coordinate representation of color #384C9E: hue angle of 228.24º 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 #384C9E is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 76 | 158 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.38 |
| HSL | 228.24º | 0.48% | 0.42% | - |
| HSV(B) | 228.24º | 0.65% | 0.62% | - |
| XYZ | 10.39 | 8.48 | 33.44 | - |
| YUV | 79.37 | 172.37 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 76 | 158 | 0.65 | 0.52 | 0 | 0.38 | 228.24 | 0.48 | 0.42 |
| Hex | 38 | 4C | 9E | 41 | 34 | 0 | 26 | E4 | 30 | 2A |
| Octal | 70 | 114 | 236 | 101 | 64 | 0 | 46 | 344 | 60 | 52 |
| Binary | 111000 | 1001100 | 10011110 | 1000001 | 110100 | 0 | 100110 | 11100100 | 110000 | 101010 |
Color Harmonies of #384C9E
Complementary color
Monochromatic Colors of #384C9E
Black with #384C9E
Text Example
Text Example
White with #384C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384C9E; }
p { color: rgb(56,76,158); }
H1.HeaderClassName
{
color: #384C9E;
}
.AnyTagClassName
{
color: #384C9E;
}
</style>
background-color css
<style>
a { background-color: #384C9E; }
a { background-color: rgb(56,76,158); }
div.DivClassName
{
background-color: #384C9E;
}
.BgClassName
{
background-color: #384C9E;
}
</style>
border-color css
<style>
span { border-color: #384C9E; }
span { border-color: rgb(56,76,158); }
td.TdClassName
{
border-color: #384C9E;
}
.TagClassName
{
border-color: #384C9E;
}
</style>