Shades of Tory Blue #3A4B8C
Tints of Tory Blue #3A4B8C
RGB
CMYK
RGB Variations
Color information
#3A4B8C (or 0x3A4B8C) is known color: Tory Blue. HEX triplet: 3A, 4B and 8C. RGB value is (58,75,140). Sum of RGB (Red+Green+Blue) = 58+75+140=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #3A4B8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4B8C is #C5B473. Grayscale: #4D4D4D. Windows color (decimal): -12956788 or 9194298. OLE color: 9194298.
HSL color Cylindrical-coordinate representation of color #3A4B8C: hue angle of 227.56º 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 #3A4B8C is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 75 | 140 | - |
| CMYK | 0.59 | 0.46 | 0 | 0.45 |
| HSL | 227.56º | 0.41% | 0.39% | - |
| HSV(B) | 227.56º | 0.59% | 0.55% | - |
| XYZ | 8.99 | 7.83 | 25.85 | - |
| YUV | 77.33 | 163.37 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 75 | 140 | 0.59 | 0.46 | 0 | 0.45 | 227.56 | 0.41 | 0.39 |
| Hex | 3A | 4B | 8C | 3B | 2E | 0 | 2D | E4 | 29 | 27 |
| Octal | 72 | 113 | 214 | 73 | 56 | 0 | 55 | 344 | 51 | 47 |
| Binary | 111010 | 1001011 | 10001100 | 111011 | 101110 | 0 | 101101 | 11100100 | 101001 | 100111 |
Color Harmonies of #3A4B8C
Complementary color
Monochromatic Colors of #3A4B8C
Black with #3A4B8C
Text Example
Text Example
White with #3A4B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4B8C; }
p { color: rgb(58,75,140); }
H1.HeaderClassName
{
color: #3A4B8C;
}
.AnyTagClassName
{
color: #3A4B8C;
}
</style>
background-color css
<style>
a { background-color: #3A4B8C; }
a { background-color: rgb(58,75,140); }
div.DivClassName
{
background-color: #3A4B8C;
}
.BgClassName
{
background-color: #3A4B8C;
}
</style>
border-color css
<style>
span { border-color: #3A4B8C; }
span { border-color: rgb(58,75,140); }
td.TdClassName
{
border-color: #3A4B8C;
}
.TagClassName
{
border-color: #3A4B8C;
}
</style>