Shades of Tory Blue #38519D
Tints of Tory Blue #38519D
RGB
CMYK
RGB Variations
Color information
#38519D (or 0x38519D) is known color: Tory Blue. HEX triplet: 38, 51 and 9D. RGB value is (56,81,157). Sum of RGB (Red+Green+Blue) = 56+81+157=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #38519D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38519D is #C7AE62. Grayscale: #515151. Windows color (decimal): -13086307 or 10309944. OLE color: 10309944.
HSL color Cylindrical-coordinate representation of color #38519D: hue angle of 225.15º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38519D is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 81 | 157 | - |
| CMYK | 0.64 | 0.48 | 0 | 0.38 |
| HSL | 225.15º | 0.47% | 0.42% | - |
| HSV(B) | 225.15º | 0.64% | 0.62% | - |
| XYZ | 10.66 | 9.16 | 33.1 | - |
| YUV | 82.19 | 170.22 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 81 | 157 | 0.64 | 0.48 | 0 | 0.38 | 225.15 | 0.47 | 0.42 |
| Hex | 38 | 51 | 9D | 40 | 30 | 0 | 26 | E1 | 2F | 2A |
| Octal | 70 | 121 | 235 | 100 | 60 | 0 | 46 | 341 | 57 | 52 |
| Binary | 111000 | 1010001 | 10011101 | 1000000 | 110000 | 0 | 100110 | 11100001 | 101111 | 101010 |
Color Harmonies of #38519D
Complementary color
Monochromatic Colors of #38519D
Black with #38519D
Text Example
Text Example
White with #38519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38519D; }
p { color: rgb(56,81,157); }
H1.HeaderClassName
{
color: #38519D;
}
.AnyTagClassName
{
color: #38519D;
}
</style>
background-color css
<style>
a { background-color: #38519D; }
a { background-color: rgb(56,81,157); }
div.DivClassName
{
background-color: #38519D;
}
.BgClassName
{
background-color: #38519D;
}
</style>
border-color css
<style>
span { border-color: #38519D; }
span { border-color: rgb(56,81,157); }
td.TdClassName
{
border-color: #38519D;
}
.TagClassName
{
border-color: #38519D;
}
</style>