Shades of Tory Blue #384A8A
Tints of Tory Blue #384A8A
RGB
CMYK
RGB Variations
Color information
#384A8A (or 0x384A8A) is known color: Tory Blue. HEX triplet: 38, 4A and 8A. RGB value is (56,74,138). Sum of RGB (Red+Green+Blue) = 56+74+138=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 138 (54.30% from 255 or 51.49% from 268); Max value from RGB is 138 - color contains mainly: blue. Hex color #384A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384A8A is #C7B575. Grayscale: #4B4B4B. Windows color (decimal): -13088118 or 9062968. OLE color: 9062968.
HSL color Cylindrical-coordinate representation of color #384A8A: hue angle of 226.83º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #384A8A is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 74 | 138 | - |
| CMYK | 0.59 | 0.46 | 0 | 0.46 |
| HSL | 226.83º | 0.42% | 0.38% | - |
| HSV(B) | 226.83º | 0.59% | 0.54% | - |
| XYZ | 8.67 | 7.57 | 25.05 | - |
| YUV | 75.91 | 163.04 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 74 | 138 | 0.59 | 0.46 | 0 | 0.46 | 226.83 | 0.42 | 0.38 |
| Hex | 38 | 4A | 8A | 3B | 2E | 0 | 2E | E3 | 2A | 26 |
| Octal | 70 | 112 | 212 | 73 | 56 | 0 | 56 | 343 | 52 | 46 |
| Binary | 111000 | 1001010 | 10001010 | 111011 | 101110 | 0 | 101110 | 11100011 | 101010 | 100110 |
Color Harmonies of #384A8A
Complementary color
Monochromatic Colors of #384A8A
Black with #384A8A
Text Example
Text Example
White with #384A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384A8A; }
p { color: rgb(56,74,138); }
H1.HeaderClassName
{
color: #384A8A;
}
.AnyTagClassName
{
color: #384A8A;
}
</style>
background-color css
<style>
a { background-color: #384A8A; }
a { background-color: rgb(56,74,138); }
div.DivClassName
{
background-color: #384A8A;
}
.BgClassName
{
background-color: #384A8A;
}
</style>
border-color css
<style>
span { border-color: #384A8A; }
span { border-color: rgb(56,74,138); }
td.TdClassName
{
border-color: #384A8A;
}
.TagClassName
{
border-color: #384A8A;
}
</style>