Shades of Tory Blue #38558A
Tints of Tory Blue #38558A
RGB
CMYK
RGB Variations
Color information
#38558A (or 0x38558A) is known color: Tory Blue. HEX triplet: 38, 55 and 8A. RGB value is (56,85,138). Sum of RGB (Red+Green+Blue) = 56+85+138=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 138 - color contains mainly: blue. Hex color #38558A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38558A is #C7AA75. Grayscale: #525252. Windows color (decimal): -13085302 or 9065784. OLE color: 9065784.
HSL color Cylindrical-coordinate representation of color #38558A: hue angle of 218.78º 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 #38558A is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 85 | 138 | - |
| CMYK | 0.59 | 0.38 | 0 | 0.46 |
| HSL | 218.78º | 0.42% | 0.38% | - |
| HSV(B) | 218.78º | 0.59% | 0.54% | - |
| XYZ | 9.47 | 9.17 | 25.32 | - |
| YUV | 82.37 | 159.39 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 85 | 138 | 0.59 | 0.38 | 0 | 0.46 | 218.78 | 0.42 | 0.38 |
| Hex | 38 | 55 | 8A | 3B | 26 | 0 | 2E | DB | 2A | 26 |
| Octal | 70 | 125 | 212 | 73 | 46 | 0 | 56 | 333 | 52 | 46 |
| Binary | 111000 | 1010101 | 10001010 | 111011 | 100110 | 0 | 101110 | 11011011 | 101010 | 100110 |
Color Harmonies of #38558A
Complementary color
Monochromatic Colors of #38558A
Black with #38558A
Text Example
Text Example
White with #38558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38558A; }
p { color: rgb(56,85,138); }
H1.HeaderClassName
{
color: #38558A;
}
.AnyTagClassName
{
color: #38558A;
}
</style>
background-color css
<style>
a { background-color: #38558A; }
a { background-color: rgb(56,85,138); }
div.DivClassName
{
background-color: #38558A;
}
.BgClassName
{
background-color: #38558A;
}
</style>
border-color css
<style>
span { border-color: #38558A; }
span { border-color: rgb(56,85,138); }
td.TdClassName
{
border-color: #38558A;
}
.TagClassName
{
border-color: #38558A;
}
</style>