Shades of Tory Blue #38458A
Tints of Tory Blue #38458A
RGB
CMYK
RGB Variations
Color information
#38458A (or 0x38458A) is known color: Tory Blue. HEX triplet: 38, 45 and 8A. RGB value is (56,69,138). Sum of RGB (Red+Green+Blue) = 56+69+138=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #38458A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38458A is #C7BA75. Grayscale: #484848. Windows color (decimal): -13089398 or 9061688. OLE color: 9061688.
HSL color Cylindrical-coordinate representation of color #38458A: hue angle of 230.49º 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 #38458A is Cyan = 0.59, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 69 | 138 | - |
| CMYK | 0.59 | 0.5 | 0 | 0.46 |
| HSL | 230.49º | 0.42% | 0.38% | - |
| HSV(B) | 230.49º | 0.59% | 0.54% | - |
| XYZ | 8.35 | 6.93 | 24.94 | - |
| YUV | 72.98 | 164.69 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 69 | 138 | 0.59 | 0.5 | 0 | 0.46 | 230.49 | 0.42 | 0.38 |
| Hex | 38 | 45 | 8A | 3B | 32 | 0 | 2E | E6 | 2A | 26 |
| Octal | 70 | 105 | 212 | 73 | 62 | 0 | 56 | 346 | 52 | 46 |
| Binary | 111000 | 1000101 | 10001010 | 111011 | 110010 | 0 | 101110 | 11100110 | 101010 | 100110 |
Color Harmonies of #38458A
Complementary color
Monochromatic Colors of #38458A
Black with #38458A
Text Example
Text Example
White with #38458A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38458A; }
p { color: rgb(56,69,138); }
H1.HeaderClassName
{
color: #38458A;
}
.AnyTagClassName
{
color: #38458A;
}
</style>
background-color css
<style>
a { background-color: #38458A; }
a { background-color: rgb(56,69,138); }
div.DivClassName
{
background-color: #38458A;
}
.BgClassName
{
background-color: #38458A;
}
</style>
border-color css
<style>
span { border-color: #38458A; }
span { border-color: rgb(56,69,138); }
td.TdClassName
{
border-color: #38458A;
}
.TagClassName
{
border-color: #38458A;
}
</style>