Shades of Tory Blue #323F8D
Tints of Tory Blue #323F8D
RGB
CMYK
RGB Variations
Color information
#323F8D (or 0x323F8D) is known color: Tory Blue. HEX triplet: 32, 3F and 8D. RGB value is (50,63,141). Sum of RGB (Red+Green+Blue) = 50+63+141=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 141 (55.47% from 255 or 55.51% from 254); Max value from RGB is 141 - color contains mainly: blue. Hex color #323F8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323F8D is #CDC072. Grayscale: #434343. Windows color (decimal): -13484147 or 9256754. OLE color: 9256754.
HSL color Cylindrical-coordinate representation of color #323F8D: hue angle of 231.43º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #323F8D is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 63 | 141 | - |
| CMYK | 0.65 | 0.55 | 0 | 0.45 |
| HSL | 231.43º | 0.48% | 0.37% | - |
| HSV(B) | 231.43º | 0.65% | 0.55% | - |
| XYZ | 7.9 | 6.16 | 25.97 | - |
| YUV | 68.01 | 169.19 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 141 | 0.65 | 0.55 | 0 | 0.45 | 231.43 | 0.48 | 0.37 |
| Hex | 32 | 3F | 8D | 41 | 37 | 0 | 2D | E7 | 30 | 25 |
| Octal | 62 | 77 | 215 | 101 | 67 | 0 | 55 | 347 | 60 | 45 |
| Binary | 110010 | 111111 | 10001101 | 1000001 | 110111 | 0 | 101101 | 11100111 | 110000 | 100101 |
Color Harmonies of #323F8D
Complementary color
Monochromatic Colors of #323F8D
Black with #323F8D
Text Example
Text Example
White with #323F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F8D; }
p { color: rgb(50,63,141); }
H1.HeaderClassName
{
color: #323F8D;
}
.AnyTagClassName
{
color: #323F8D;
}
</style>
background-color css
<style>
a { background-color: #323F8D; }
a { background-color: rgb(50,63,141); }
div.DivClassName
{
background-color: #323F8D;
}
.BgClassName
{
background-color: #323F8D;
}
</style>
border-color css
<style>
span { border-color: #323F8D; }
span { border-color: rgb(50,63,141); }
td.TdClassName
{
border-color: #323F8D;
}
.TagClassName
{
border-color: #323F8D;
}
</style>