Shades of Tory Blue #384D82
Tints of Tory Blue #384D82
RGB
CMYK
RGB Variations
Color information
#384D82 (or 0x384D82) is known color: Tory Blue. HEX triplet: 38, 4D and 82. RGB value is (56,77,130). Sum of RGB (Red+Green+Blue) = 56+77+130=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #384D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384D82 is #C7B27D. Grayscale: #4C4C4C. Windows color (decimal): -13087358 or 8539448. OLE color: 8539448.
HSL color Cylindrical-coordinate representation of color #384D82: hue angle of 222.97º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #384D82 is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 77 | 130 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.49 |
| HSL | 222.97º | 0.4% | 0.36% | - |
| HSV(B) | 222.97º | 0.57% | 0.51% | - |
| XYZ | 8.31 | 7.76 | 22.18 | - |
| YUV | 76.76 | 158.04 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 77 | 130 | 0.57 | 0.41 | 0 | 0.49 | 222.97 | 0.4 | 0.36 |
| Hex | 38 | 4D | 82 | 39 | 29 | 0 | 31 | DF | 28 | 24 |
| Octal | 70 | 115 | 202 | 71 | 51 | 0 | 61 | 337 | 50 | 44 |
| Binary | 111000 | 1001101 | 10000010 | 111001 | 101001 | 0 | 110001 | 11011111 | 101000 | 100100 |
Color Harmonies of #384D82
Complementary color
Monochromatic Colors of #384D82
Black with #384D82
Text Example
Text Example
White with #384D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384D82; }
p { color: rgb(56,77,130); }
H1.HeaderClassName
{
color: #384D82;
}
.AnyTagClassName
{
color: #384D82;
}
</style>
background-color css
<style>
a { background-color: #384D82; }
a { background-color: rgb(56,77,130); }
div.DivClassName
{
background-color: #384D82;
}
.BgClassName
{
background-color: #384D82;
}
</style>
border-color css
<style>
span { border-color: #384D82; }
span { border-color: rgb(56,77,130); }
td.TdClassName
{
border-color: #384D82;
}
.TagClassName
{
border-color: #384D82;
}
</style>