Shades of Tory Blue #323C9C
Tints of Tory Blue #323C9C
RGB
CMYK
RGB Variations
Color information
#323C9C (or 0x323C9C) is known color: Tory Blue. HEX triplet: 32, 3C and 9C. RGB value is (50,60,156). Sum of RGB (Red+Green+Blue) = 50+60+156=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 156 (61.33% from 255 or 58.65% from 266); Max value from RGB is 156 - color contains mainly: blue. Hex color #323C9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323C9C is #CDC363. Grayscale: #434343. Windows color (decimal): -13484900 or 10239026. OLE color: 10239026.
HSL color Cylindrical-coordinate representation of color #323C9C: hue angle of 234.34º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #323C9C is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 60 | 156 | - |
| CMYK | 0.68 | 0.62 | 0 | 0.39 |
| HSL | 234.34º | 0.51% | 0.4% | - |
| HSV(B) | 234.34º | 0.68% | 0.61% | - |
| XYZ | 8.93 | 6.31 | 32.2 | - |
| YUV | 67.95 | 177.69 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 156 | 0.68 | 0.62 | 0 | 0.39 | 234.34 | 0.51 | 0.4 |
| Hex | 32 | 3C | 9C | 44 | 3E | 0 | 27 | EA | 33 | 28 |
| Octal | 62 | 74 | 234 | 104 | 76 | 0 | 47 | 352 | 63 | 50 |
| Binary | 110010 | 111100 | 10011100 | 1000100 | 111110 | 0 | 100111 | 11101010 | 110011 | 101000 |
Color Harmonies of #323C9C
Complementary color
Monochromatic Colors of #323C9C
Black with #323C9C
Text Example
Text Example
White with #323C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323C9C; }
p { color: rgb(50,60,156); }
H1.HeaderClassName
{
color: #323C9C;
}
.AnyTagClassName
{
color: #323C9C;
}
</style>
background-color css
<style>
a { background-color: #323C9C; }
a { background-color: rgb(50,60,156); }
div.DivClassName
{
background-color: #323C9C;
}
.BgClassName
{
background-color: #323C9C;
}
</style>
border-color css
<style>
span { border-color: #323C9C; }
span { border-color: rgb(50,60,156); }
td.TdClassName
{
border-color: #323C9C;
}
.TagClassName
{
border-color: #323C9C;
}
</style>