Shades of Tory Blue #3A4F9A
Tints of Tory Blue #3A4F9A
RGB
CMYK
RGB Variations
Color information
#3A4F9A (or 0x3A4F9A) is known color: Tory Blue. HEX triplet: 3A, 4F and 9A. RGB value is (58,79,154). Sum of RGB (Red+Green+Blue) = 58+79+154=291 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.93% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 154 (60.55% from 255 or 52.92% from 291); Max value from RGB is 154 - color contains mainly: blue. Hex color #3A4F9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A4F9A is #C5B065. Grayscale: #505050. Windows color (decimal): -12955750 or 10112826. OLE color: 10112826.
HSL color Cylindrical-coordinate representation of color #3A4F9A: hue angle of 226.88º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A4F9A is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 58 | 79 | 154 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.40 |
| HSL | 226.88º | 0.45% | 0.42% | - |
| HSV(B) | 226.88º | 0.62% | 0.6% | - |
| XYZ | 10.37 | 8.82 | 31.73 | - |
| YUV | 81.27 | 169.04 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 79 | 154 | 0.62 | 0.49 | 0 | 0.40 | 226.88 | 0.45 | 0.42 |
| Hex | 3A | 4F | 9A | 3E | 31 | 0 | 28 | E3 | 2D | 2A |
| Octal | 72 | 117 | 232 | 76 | 61 | 0 | 50 | 343 | 55 | 52 |
| Binary | 111010 | 1001111 | 10011010 | 111110 | 110001 | 0 | 101000 | 11100011 | 101101 | 101010 |
Color Harmonies of #3A4F9A
Complementary color
Monochromatic Colors of #3A4F9A
Black with #3A4F9A
Text Example
Text Example
White with #3A4F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4F9A; }
p { color: rgb(58,79,154); }
H1.HeaderClassName
{
color: #3A4F9A;
}
.AnyTagClassName
{
color: #3A4F9A;
}
</style>
background-color css
<style>
a { background-color: #3A4F9A; }
a { background-color: rgb(58,79,154); }
div.DivClassName
{
background-color: #3A4F9A;
}
.BgClassName
{
background-color: #3A4F9A;
}
</style>
border-color css
<style>
span { border-color: #3A4F9A; }
span { border-color: rgb(58,79,154); }
td.TdClassName
{
border-color: #3A4F9A;
}
.TagClassName
{
border-color: #3A4F9A;
}
</style>