Shades of Tory Blue #38499A
Tints of Tory Blue #38499A
RGB
CMYK
RGB Variations
Color information
#38499A (or 0x38499A) is known color: Tory Blue. HEX triplet: 38, 49 and 9A. RGB value is (56,73,154). Sum of RGB (Red+Green+Blue) = 56+73+154=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 154 (60.55% from 255 or 54.42% from 283); Max value from RGB is 154 - color contains mainly: blue. Hex color #38499A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38499A is #C7B665. Grayscale: #4C4C4C. Windows color (decimal): -13088358 or 10111288. OLE color: 10111288.
HSL color Cylindrical-coordinate representation of color #38499A: hue angle of 229.59º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38499A is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 73 | 154 | - |
| CMYK | 0.64 | 0.53 | 0 | 0.40 |
| HSL | 229.59º | 0.47% | 0.41% | - |
| HSV(B) | 229.59º | 0.64% | 0.6% | - |
| XYZ | 9.85 | 7.94 | 31.59 | - |
| YUV | 77.15 | 171.37 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 73 | 154 | 0.64 | 0.53 | 0 | 0.40 | 229.59 | 0.47 | 0.41 |
| Hex | 38 | 49 | 9A | 40 | 35 | 0 | 28 | E6 | 2F | 29 |
| Octal | 70 | 111 | 232 | 100 | 65 | 0 | 50 | 346 | 57 | 51 |
| Binary | 111000 | 1001001 | 10011010 | 1000000 | 110101 | 0 | 101000 | 11100110 | 101111 | 101001 |
Color Harmonies of #38499A
Complementary color
Monochromatic Colors of #38499A
Black with #38499A
Text Example
Text Example
White with #38499A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38499A; }
p { color: rgb(56,73,154); }
H1.HeaderClassName
{
color: #38499A;
}
.AnyTagClassName
{
color: #38499A;
}
</style>
background-color css
<style>
a { background-color: #38499A; }
a { background-color: rgb(56,73,154); }
div.DivClassName
{
background-color: #38499A;
}
.BgClassName
{
background-color: #38499A;
}
</style>
border-color css
<style>
span { border-color: #38499A; }
span { border-color: rgb(56,73,154); }
td.TdClassName
{
border-color: #38499A;
}
.TagClassName
{
border-color: #38499A;
}
</style>