Shades of Tory Blue #38468A
Tints of Tory Blue #38468A
RGB
CMYK
RGB Variations
Color information
#38468A (or 0x38468A) is known color: Tory Blue. HEX triplet: 38, 46 and 8A. RGB value is (56,70,138). Sum of RGB (Red+Green+Blue) = 56+70+138=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #38468A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38468A is #C7B975. Grayscale: #494949. Windows color (decimal): -13089142 or 9061944. OLE color: 9061944.
HSL color Cylindrical-coordinate representation of color #38468A: hue angle of 229.76º 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 #38468A is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 70 | 138 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.46 |
| HSL | 229.76º | 0.42% | 0.38% | - |
| HSV(B) | 229.76º | 0.59% | 0.54% | - |
| XYZ | 8.41 | 7.06 | 24.96 | - |
| YUV | 73.57 | 164.36 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 70 | 138 | 0.59 | 0.49 | 0 | 0.46 | 229.76 | 0.42 | 0.38 |
| Hex | 38 | 46 | 8A | 3B | 31 | 0 | 2E | E6 | 2A | 26 |
| Octal | 70 | 106 | 212 | 73 | 61 | 0 | 56 | 346 | 52 | 46 |
| Binary | 111000 | 1000110 | 10001010 | 111011 | 110001 | 0 | 101110 | 11100110 | 101010 | 100110 |
Color Harmonies of #38468A
Complementary color
Monochromatic Colors of #38468A
Black with #38468A
Text Example
Text Example
White with #38468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38468A; }
p { color: rgb(56,70,138); }
H1.HeaderClassName
{
color: #38468A;
}
.AnyTagClassName
{
color: #38468A;
}
</style>
background-color css
<style>
a { background-color: #38468A; }
a { background-color: rgb(56,70,138); }
div.DivClassName
{
background-color: #38468A;
}
.BgClassName
{
background-color: #38468A;
}
</style>
border-color css
<style>
span { border-color: #38468A; }
span { border-color: rgb(56,70,138); }
td.TdClassName
{
border-color: #38468A;
}
.TagClassName
{
border-color: #38468A;
}
</style>