Shades of Tory Blue #384294
Tints of Tory Blue #384294
RGB
CMYK
RGB Variations
Color information
#384294 (or 0x384294) is known color: Tory Blue. HEX triplet: 38, 42 and 94. RGB value is (56,66,148). Sum of RGB (Red+Green+Blue) = 56+66+148=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 148 (58.20% from 255 or 54.81% from 270); Max value from RGB is 148 - color contains mainly: blue. Hex color #384294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384294 is #C7BD6B. Grayscale: #484848. Windows color (decimal): -13090156 or 9716280. OLE color: 9716280.
HSL color Cylindrical-coordinate representation of color #384294: hue angle of 233.48º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #384294 is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 56 | 66 | 148 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.42 |
| HSL | 233.48º | 0.45% | 0.4% | - |
| HSV(B) | 233.48º | 0.62% | 0.58% | - |
| XYZ | 8.92 | 6.88 | 28.87 | - |
| YUV | 72.36 | 170.69 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 66 | 148 | 0.62 | 0.55 | 0 | 0.42 | 233.48 | 0.45 | 0.4 |
| Hex | 38 | 42 | 94 | 3E | 37 | 0 | 2A | E9 | 2D | 28 |
| Octal | 70 | 102 | 224 | 76 | 67 | 0 | 52 | 351 | 55 | 50 |
| Binary | 111000 | 1000010 | 10010100 | 111110 | 110111 | 0 | 101010 | 11101001 | 101101 | 101000 |
Color Harmonies of #384294
Complementary color
Monochromatic Colors of #384294
Black with #384294
Text Example
Text Example
White with #384294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384294; }
p { color: rgb(56,66,148); }
H1.HeaderClassName
{
color: #384294;
}
.AnyTagClassName
{
color: #384294;
}
</style>
background-color css
<style>
a { background-color: #384294; }
a { background-color: rgb(56,66,148); }
div.DivClassName
{
background-color: #384294;
}
.BgClassName
{
background-color: #384294;
}
</style>
border-color css
<style>
span { border-color: #384294; }
span { border-color: rgb(56,66,148); }
td.TdClassName
{
border-color: #384294;
}
.TagClassName
{
border-color: #384294;
}
</style>