Shades of Tory Blue #3A509C
Tints of Tory Blue #3A509C
RGB
CMYK
RGB Variations
Color information
#3A509C (or 0x3A509C) is known color: Tory Blue. HEX triplet: 3A, 50 and 9C. RGB value is (58,80,156). Sum of RGB (Red+Green+Blue) = 58+80+156=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 156 (61.33% from 255 or 53.06% from 294); Max value from RGB is 156 - color contains mainly: blue. Hex color #3A509C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A509C is #C5AF63. Grayscale: #515151. Windows color (decimal): -12955492 or 10244154. OLE color: 10244154.
HSL color Cylindrical-coordinate representation of color #3A509C: hue angle of 226.53º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A509C is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 58 | 80 | 156 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.39 |
| HSL | 226.53º | 0.46% | 0.42% | - |
| HSV(B) | 226.53º | 0.63% | 0.61% | - |
| XYZ | 10.61 | 9.04 | 32.64 | - |
| YUV | 82.09 | 169.71 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 80 | 156 | 0.63 | 0.49 | 0 | 0.39 | 226.53 | 0.46 | 0.42 |
| Hex | 3A | 50 | 9C | 3F | 31 | 0 | 27 | E3 | 2E | 2A |
| Octal | 72 | 120 | 234 | 77 | 61 | 0 | 47 | 343 | 56 | 52 |
| Binary | 111010 | 1010000 | 10011100 | 111111 | 110001 | 0 | 100111 | 11100011 | 101110 | 101010 |
Color Harmonies of #3A509C
Complementary color
Monochromatic Colors of #3A509C
Black with #3A509C
Text Example
Text Example
White with #3A509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A509C; }
p { color: rgb(58,80,156); }
H1.HeaderClassName
{
color: #3A509C;
}
.AnyTagClassName
{
color: #3A509C;
}
</style>
background-color css
<style>
a { background-color: #3A509C; }
a { background-color: rgb(58,80,156); }
div.DivClassName
{
background-color: #3A509C;
}
.BgClassName
{
background-color: #3A509C;
}
</style>
border-color css
<style>
span { border-color: #3A509C; }
span { border-color: rgb(58,80,156); }
td.TdClassName
{
border-color: #3A509C;
}
.TagClassName
{
border-color: #3A509C;
}
</style>