Shades of Tory Blue #384F90
Tints of Tory Blue #384F90
RGB
CMYK
RGB Variations
Color information
#384F90 (or 0x384F90) is known color: Tory Blue. HEX triplet: 38, 4F and 90. RGB value is (56,79,144). Sum of RGB (Red+Green+Blue) = 56+79+144=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #384F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384F90 is #C7B06F. Grayscale: #4F4F4F. Windows color (decimal): -13086832 or 9457464. OLE color: 9457464.
HSL color Cylindrical-coordinate representation of color #384F90: hue angle of 224.32º 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 #384F90 is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 79 | 144 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.44 |
| HSL | 224.32º | 0.44% | 0.39% | - |
| HSV(B) | 224.32º | 0.61% | 0.56% | - |
| XYZ | 9.46 | 8.45 | 27.52 | - |
| YUV | 79.53 | 164.38 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 79 | 144 | 0.61 | 0.45 | 0 | 0.44 | 224.32 | 0.44 | 0.39 |
| Hex | 38 | 4F | 90 | 3D | 2D | 0 | 2C | E0 | 2C | 27 |
| Octal | 70 | 117 | 220 | 75 | 55 | 0 | 54 | 340 | 54 | 47 |
| Binary | 111000 | 1001111 | 10010000 | 111101 | 101101 | 0 | 101100 | 11100000 | 101100 | 100111 |
Color Harmonies of #384F90
Complementary color
Monochromatic Colors of #384F90
Black with #384F90
Text Example
Text Example
White with #384F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384F90; }
p { color: rgb(56,79,144); }
H1.HeaderClassName
{
color: #384F90;
}
.AnyTagClassName
{
color: #384F90;
}
</style>
background-color css
<style>
a { background-color: #384F90; }
a { background-color: rgb(56,79,144); }
div.DivClassName
{
background-color: #384F90;
}
.BgClassName
{
background-color: #384F90;
}
</style>
border-color css
<style>
span { border-color: #384F90; }
span { border-color: rgb(56,79,144); }
td.TdClassName
{
border-color: #384F90;
}
.TagClassName
{
border-color: #384F90;
}
</style>