Shades of Tory Blue #384292
Tints of Tory Blue #384292
RGB
CMYK
RGB Variations
Color information
#384292 (or 0x384292) is known color: Tory Blue. HEX triplet: 38, 42 and 92. RGB value is (56,66,146). Sum of RGB (Red+Green+Blue) = 56+66+146=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #384292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384292 is #C7BD6D. Grayscale: #474747. Windows color (decimal): -13090158 or 9585208. OLE color: 9585208.
HSL color Cylindrical-coordinate representation of color #384292: hue angle of 233.33º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #384292 is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 66 | 146 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.43 |
| HSL | 233.33º | 0.45% | 0.4% | - |
| HSV(B) | 233.33º | 0.62% | 0.57% | - |
| XYZ | 8.77 | 6.81 | 28.05 | - |
| YUV | 72.13 | 169.69 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 66 | 146 | 0.62 | 0.55 | 0 | 0.43 | 233.33 | 0.45 | 0.4 |
| Hex | 38 | 42 | 92 | 3E | 37 | 0 | 2B | E9 | 2D | 28 |
| Octal | 70 | 102 | 222 | 76 | 67 | 0 | 53 | 351 | 55 | 50 |
| Binary | 111000 | 1000010 | 10010010 | 111110 | 110111 | 0 | 101011 | 11101001 | 101101 | 101000 |
Color Harmonies of #384292
Complementary color
Monochromatic Colors of #384292
Black with #384292
Text Example
Text Example
White with #384292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384292; }
p { color: rgb(56,66,146); }
H1.HeaderClassName
{
color: #384292;
}
.AnyTagClassName
{
color: #384292;
}
</style>
background-color css
<style>
a { background-color: #384292; }
a { background-color: rgb(56,66,146); }
div.DivClassName
{
background-color: #384292;
}
.BgClassName
{
background-color: #384292;
}
</style>
border-color css
<style>
span { border-color: #384292; }
span { border-color: rgb(56,66,146); }
td.TdClassName
{
border-color: #384292;
}
.TagClassName
{
border-color: #384292;
}
</style>