Shades of Tory Blue #384390
Tints of Tory Blue #384390
RGB
CMYK
RGB Variations
Color information
#384390 (or 0x384390) is known color: Tory Blue. HEX triplet: 38, 43 and 90. RGB value is (56,67,144). Sum of RGB (Red+Green+Blue) = 56+67+144=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #384390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384390 is #C7BC6F. Grayscale: #484848. Windows color (decimal): -13089904 or 9454392. OLE color: 9454392.
HSL color Cylindrical-coordinate representation of color #384390: hue angle of 232.5º 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 #384390 is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 67 | 144 | - |
| CMYK | 0.61 | 0.53 | 0 | 0.44 |
| HSL | 232.5º | 0.44% | 0.39% | - |
| HSV(B) | 232.5º | 0.61% | 0.56% | - |
| XYZ | 8.67 | 6.87 | 27.25 | - |
| YUV | 72.49 | 168.36 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 67 | 144 | 0.61 | 0.53 | 0 | 0.44 | 232.5 | 0.44 | 0.39 |
| Hex | 38 | 43 | 90 | 3D | 35 | 0 | 2C | E8 | 2C | 27 |
| Octal | 70 | 103 | 220 | 75 | 65 | 0 | 54 | 350 | 54 | 47 |
| Binary | 111000 | 1000011 | 10010000 | 111101 | 110101 | 0 | 101100 | 11101000 | 101100 | 100111 |
Color Harmonies of #384390
Complementary color
Monochromatic Colors of #384390
Black with #384390
Text Example
Text Example
White with #384390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384390; }
p { color: rgb(56,67,144); }
H1.HeaderClassName
{
color: #384390;
}
.AnyTagClassName
{
color: #384390;
}
</style>
background-color css
<style>
a { background-color: #384390; }
a { background-color: rgb(56,67,144); }
div.DivClassName
{
background-color: #384390;
}
.BgClassName
{
background-color: #384390;
}
</style>
border-color css
<style>
span { border-color: #384390; }
span { border-color: rgb(56,67,144); }
td.TdClassName
{
border-color: #384390;
}
.TagClassName
{
border-color: #384390;
}
</style>