Shades of Tory Blue #384490
Tints of Tory Blue #384490
RGB
CMYK
RGB Variations
Color information
#384490 (or 0x384490) is known color: Tory Blue. HEX triplet: 38, 44 and 90. RGB value is (56,68,144). Sum of RGB (Red+Green+Blue) = 56+68+144=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #384490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384490 is #C7BB6F. Grayscale: #484848. Windows color (decimal): -13089648 or 9454648. OLE color: 9454648.
HSL color Cylindrical-coordinate representation of color #384490: hue angle of 231.82º 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 #384490 is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 68 | 144 | - |
| CMYK | 0.61 | 0.53 | 0 | 0.44 |
| HSL | 231.82º | 0.44% | 0.39% | - |
| HSV(B) | 231.82º | 0.61% | 0.56% | - |
| XYZ | 8.73 | 6.99 | 27.27 | - |
| YUV | 73.08 | 168.02 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 68 | 144 | 0.61 | 0.53 | 0 | 0.44 | 231.82 | 0.44 | 0.39 |
| Hex | 38 | 44 | 90 | 3D | 35 | 0 | 2C | E8 | 2C | 27 |
| Octal | 70 | 104 | 220 | 75 | 65 | 0 | 54 | 350 | 54 | 47 |
| Binary | 111000 | 1000100 | 10010000 | 111101 | 110101 | 0 | 101100 | 11101000 | 101100 | 100111 |
Color Harmonies of #384490
Complementary color
Monochromatic Colors of #384490
Black with #384490
Text Example
Text Example
White with #384490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384490; }
p { color: rgb(56,68,144); }
H1.HeaderClassName
{
color: #384490;
}
.AnyTagClassName
{
color: #384490;
}
</style>
background-color css
<style>
a { background-color: #384490; }
a { background-color: rgb(56,68,144); }
div.DivClassName
{
background-color: #384490;
}
.BgClassName
{
background-color: #384490;
}
</style>
border-color css
<style>
span { border-color: #384490; }
span { border-color: rgb(56,68,144); }
td.TdClassName
{
border-color: #384490;
}
.TagClassName
{
border-color: #384490;
}
</style>