Shades of Tory Blue #323F8B
Tints of Tory Blue #323F8B
RGB
CMYK
RGB Variations
Color information
#323F8B (or 0x323F8B) is known color: Tory Blue. HEX triplet: 32, 3F and 8B. RGB value is (50,63,139). Sum of RGB (Red+Green+Blue) = 50+63+139=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #323F8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323F8B is #CDC074. Grayscale: #434343. Windows color (decimal): -13484149 or 9125682. OLE color: 9125682.
HSL color Cylindrical-coordinate representation of color #323F8B: hue angle of 231.24º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #323F8B is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 63 | 139 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.45 |
| HSL | 231.24º | 0.47% | 0.37% | - |
| HSV(B) | 231.24º | 0.64% | 0.55% | - |
| XYZ | 7.75 | 6.1 | 25.19 | - |
| YUV | 67.78 | 168.19 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 139 | 0.64 | 0.55 | 0 | 0.45 | 231.24 | 0.47 | 0.37 |
| Hex | 32 | 3F | 8B | 40 | 37 | 0 | 2D | E7 | 2F | 25 |
| Octal | 62 | 77 | 213 | 100 | 67 | 0 | 55 | 347 | 57 | 45 |
| Binary | 110010 | 111111 | 10001011 | 1000000 | 110111 | 0 | 101101 | 11100111 | 101111 | 100101 |
Color Harmonies of #323F8B
Complementary color
Monochromatic Colors of #323F8B
Black with #323F8B
Text Example
Text Example
White with #323F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F8B; }
p { color: rgb(50,63,139); }
H1.HeaderClassName
{
color: #323F8B;
}
.AnyTagClassName
{
color: #323F8B;
}
</style>
background-color css
<style>
a { background-color: #323F8B; }
a { background-color: rgb(50,63,139); }
div.DivClassName
{
background-color: #323F8B;
}
.BgClassName
{
background-color: #323F8B;
}
</style>
border-color css
<style>
span { border-color: #323F8B; }
span { border-color: rgb(50,63,139); }
td.TdClassName
{
border-color: #323F8B;
}
.TagClassName
{
border-color: #323F8B;
}
</style>