Shades of Tory Blue #38468F
Tints of Tory Blue #38468F
RGB
CMYK
RGB Variations
Color information
#38468F (or 0x38468F) is known color: Tory Blue. HEX triplet: 38, 46 and 8F. RGB value is (56,70,143). Sum of RGB (Red+Green+Blue) = 56+70+143=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 143 (56.25% from 255 or 53.16% from 269); Max value from RGB is 143 - color contains mainly: blue. Hex color #38468F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38468F is #C7B970. Grayscale: #494949. Windows color (decimal): -13089137 or 9389624. OLE color: 9389624.
HSL color Cylindrical-coordinate representation of color #38468F: hue angle of 230.34º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38468F is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 70 | 143 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.44 |
| HSL | 230.34º | 0.44% | 0.39% | - |
| HSV(B) | 230.34º | 0.61% | 0.56% | - |
| XYZ | 8.78 | 7.2 | 26.91 | - |
| YUV | 74.14 | 166.86 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 70 | 143 | 0.61 | 0.51 | 0 | 0.44 | 230.34 | 0.44 | 0.39 |
| Hex | 38 | 46 | 8F | 3D | 33 | 0 | 2C | E6 | 2C | 27 |
| Octal | 70 | 106 | 217 | 75 | 63 | 0 | 54 | 346 | 54 | 47 |
| Binary | 111000 | 1000110 | 10001111 | 111101 | 110011 | 0 | 101100 | 11100110 | 101100 | 100111 |
Color Harmonies of #38468F
Complementary color
Monochromatic Colors of #38468F
Black with #38468F
Text Example
Text Example
White with #38468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38468F; }
p { color: rgb(56,70,143); }
H1.HeaderClassName
{
color: #38468F;
}
.AnyTagClassName
{
color: #38468F;
}
</style>
background-color css
<style>
a { background-color: #38468F; }
a { background-color: rgb(56,70,143); }
div.DivClassName
{
background-color: #38468F;
}
.BgClassName
{
background-color: #38468F;
}
</style>
border-color css
<style>
span { border-color: #38468F; }
span { border-color: rgb(56,70,143); }
td.TdClassName
{
border-color: #38468F;
}
.TagClassName
{
border-color: #38468F;
}
</style>