Shades of Tory Blue #3A448C
Tints of Tory Blue #3A448C
RGB
CMYK
RGB Variations
Color information
#3A448C (or 0x3A448C) is known color: Tory Blue. HEX triplet: 3A, 44 and 8C. RGB value is (58,68,140). Sum of RGB (Red+Green+Blue) = 58+68+140=266 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.80% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 140 (55.08% from 255 or 52.63% from 266); Max value from RGB is 140 - color contains mainly: blue. Hex color #3A448C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A448C is #C5BB73. Grayscale: #484848. Windows color (decimal): -12958580 or 9192506. OLE color: 9192506.
HSL color Cylindrical-coordinate representation of color #3A448C: hue angle of 232.68º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A448C is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 68 | 140 | - |
| CMYK | 0.59 | 0.51 | 0 | 0.45 |
| HSL | 232.68º | 0.41% | 0.39% | - |
| HSV(B) | 232.68º | 0.59% | 0.55% | - |
| XYZ | 8.55 | 6.93 | 25.7 | - |
| YUV | 73.22 | 165.69 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 68 | 140 | 0.59 | 0.51 | 0 | 0.45 | 232.68 | 0.41 | 0.39 |
| Hex | 3A | 44 | 8C | 3B | 33 | 0 | 2D | E9 | 29 | 27 |
| Octal | 72 | 104 | 214 | 73 | 63 | 0 | 55 | 351 | 51 | 47 |
| Binary | 111010 | 1000100 | 10001100 | 111011 | 110011 | 0 | 101101 | 11101001 | 101001 | 100111 |
Color Harmonies of #3A448C
Complementary color
Monochromatic Colors of #3A448C
Black with #3A448C
Text Example
Text Example
White with #3A448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A448C; }
p { color: rgb(58,68,140); }
H1.HeaderClassName
{
color: #3A448C;
}
.AnyTagClassName
{
color: #3A448C;
}
</style>
background-color css
<style>
a { background-color: #3A448C; }
a { background-color: rgb(58,68,140); }
div.DivClassName
{
background-color: #3A448C;
}
.BgClassName
{
background-color: #3A448C;
}
</style>
border-color css
<style>
span { border-color: #3A448C; }
span { border-color: rgb(58,68,140); }
td.TdClassName
{
border-color: #3A448C;
}
.TagClassName
{
border-color: #3A448C;
}
</style>