Shades of Tory Blue #3A4D9D
Tints of Tory Blue #3A4D9D
RGB
CMYK
RGB Variations
Color information
#3A4D9D (or 0x3A4D9D) is known color: Tory Blue. HEX triplet: 3A, 4D and 9D. RGB value is (58,77,157). Sum of RGB (Red+Green+Blue) = 58+77+157=292 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.86% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A4D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A4D9D is #C5B262. Grayscale: #505050. Windows color (decimal): -12956259 or 10308922. OLE color: 10308922.
HSL color Cylindrical-coordinate representation of color #3A4D9D: hue angle of 228.48º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A4D9D is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 77 | 157 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.38 |
| HSL | 228.48º | 0.46% | 0.42% | - |
| HSV(B) | 228.48º | 0.63% | 0.62% | - |
| XYZ | 10.48 | 8.64 | 33.01 | - |
| YUV | 80.44 | 171.21 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 77 | 157 | 0.63 | 0.51 | 0 | 0.38 | 228.48 | 0.46 | 0.42 |
| Hex | 3A | 4D | 9D | 3F | 33 | 0 | 26 | E4 | 2E | 2A |
| Octal | 72 | 115 | 235 | 77 | 63 | 0 | 46 | 344 | 56 | 52 |
| Binary | 111010 | 1001101 | 10011101 | 111111 | 110011 | 0 | 100110 | 11100100 | 101110 | 101010 |
Color Harmonies of #3A4D9D
Complementary color
Monochromatic Colors of #3A4D9D
Black with #3A4D9D
Text Example
Text Example
White with #3A4D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4D9D; }
p { color: rgb(58,77,157); }
H1.HeaderClassName
{
color: #3A4D9D;
}
.AnyTagClassName
{
color: #3A4D9D;
}
</style>
background-color css
<style>
a { background-color: #3A4D9D; }
a { background-color: rgb(58,77,157); }
div.DivClassName
{
background-color: #3A4D9D;
}
.BgClassName
{
background-color: #3A4D9D;
}
</style>
border-color css
<style>
span { border-color: #3A4D9D; }
span { border-color: rgb(58,77,157); }
td.TdClassName
{
border-color: #3A4D9D;
}
.TagClassName
{
border-color: #3A4D9D;
}
</style>