Shades of Tory Blue #3244A4
Tints of Tory Blue #3244A4
RGB
CMYK
RGB Variations
Color information
#3244A4 (or 0x3244A4) is known color: Tory Blue. HEX triplet: 32, 44 and A4. RGB value is (50,68,164). Sum of RGB (Red+Green+Blue) = 50+68+164=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 164 (64.45% from 255 or 58.16% from 282); Max value from RGB is 164 - color contains mainly: blue. Hex color #3244A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3244A4 is #CDBB5B. Grayscale: #494949. Windows color (decimal): -13482844 or 10765362. OLE color: 10765362.
HSL color Cylindrical-coordinate representation of color #3244A4: hue angle of 230.53º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3244A4 is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 68 | 164 | - |
| CMYK | 0.70 | 0.59 | 0 | 0.36 |
| HSL | 230.53º | 0.53% | 0.42% | - |
| HSV(B) | 230.53º | 0.7% | 0.64% | - |
| XYZ | 10.08 | 7.49 | 36.04 | - |
| YUV | 73.56 | 179.04 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 68 | 164 | 0.70 | 0.59 | 0 | 0.36 | 230.53 | 0.53 | 0.42 |
| Hex | 32 | 44 | A4 | 46 | 3B | 0 | 24 | E7 | 35 | 2A |
| Octal | 62 | 104 | 244 | 106 | 73 | 0 | 44 | 347 | 65 | 52 |
| Binary | 110010 | 1000100 | 10100100 | 1000110 | 111011 | 0 | 100100 | 11100111 | 110101 | 101010 |
Color Harmonies of #3244A4
Complementary color
Monochromatic Colors of #3244A4
Black with #3244A4
Text Example
Text Example
White with #3244A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3244A4; }
p { color: rgb(50,68,164); }
H1.HeaderClassName
{
color: #3244A4;
}
.AnyTagClassName
{
color: #3244A4;
}
</style>
background-color css
<style>
a { background-color: #3244A4; }
a { background-color: rgb(50,68,164); }
div.DivClassName
{
background-color: #3244A4;
}
.BgClassName
{
background-color: #3244A4;
}
</style>
border-color css
<style>
span { border-color: #3244A4; }
span { border-color: rgb(50,68,164); }
td.TdClassName
{
border-color: #3244A4;
}
.TagClassName
{
border-color: #3244A4;
}
</style>