Shades of Tory Blue #3D4A8E
Tints of Tory Blue #3D4A8E
RGB
CMYK
RGB Variations
Color information
#3D4A8E (or 0x3D4A8E) is known color: Tory Blue. HEX triplet: 3D, 4A and 8E. RGB value is (61,74,142). Sum of RGB (Red+Green+Blue) = 61+74+142=277 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.02% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 142 (55.86% from 255 or 51.26% from 277); Max value from RGB is 142 - color contains mainly: blue. Hex color #3D4A8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4A8E is #C2B571. Grayscale: #4D4D4D. Windows color (decimal): -12760434 or 9325117. OLE color: 9325117.
HSL color Cylindrical-coordinate representation of color #3D4A8E: hue angle of 230.37º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D4A8E is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 61 | 74 | 142 | - |
| CMYK | 0.57 | 0.48 | 0 | 0.44 |
| HSL | 230.37º | 0.4% | 0.4% | - |
| HSV(B) | 230.37º | 0.57% | 0.56% | - |
| XYZ | 9.26 | 7.84 | 26.62 | - |
| YUV | 77.87 | 164.19 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 74 | 142 | 0.57 | 0.48 | 0 | 0.44 | 230.37 | 0.4 | 0.4 |
| Hex | 3D | 4A | 8E | 39 | 30 | 0 | 2C | E6 | 28 | 28 |
| Octal | 75 | 112 | 216 | 71 | 60 | 0 | 54 | 346 | 50 | 50 |
| Binary | 111101 | 1001010 | 10001110 | 111001 | 110000 | 0 | 101100 | 11100110 | 101000 | 101000 |
Color Harmonies of #3D4A8E
Complementary color
Monochromatic Colors of #3D4A8E
Black with #3D4A8E
Text Example
Text Example
White with #3D4A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4A8E; }
p { color: rgb(61,74,142); }
H1.HeaderClassName
{
color: #3D4A8E;
}
.AnyTagClassName
{
color: #3D4A8E;
}
</style>
background-color css
<style>
a { background-color: #3D4A8E; }
a { background-color: rgb(61,74,142); }
div.DivClassName
{
background-color: #3D4A8E;
}
.BgClassName
{
background-color: #3D4A8E;
}
</style>
border-color css
<style>
span { border-color: #3D4A8E; }
span { border-color: rgb(61,74,142); }
td.TdClassName
{
border-color: #3D4A8E;
}
.TagClassName
{
border-color: #3D4A8E;
}
</style>