Shades of Tory Blue #3D4A7D
Tints of Tory Blue #3D4A7D
RGB
CMYK
RGB Variations
Color information
#3D4A7D (or 0x3D4A7D) is known color: Tory Blue. HEX triplet: 3D, 4A and 7D. RGB value is (61,74,125). Sum of RGB (Red+Green+Blue) = 61+74+125=260 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.46% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 125 - color contains mainly: blue. Hex color #3D4A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4A7D is #C2B582. Grayscale: #4B4B4B. Windows color (decimal): -12760451 or 8211005. OLE color: 8211005.
HSL color Cylindrical-coordinate representation of color #3D4A7D: hue angle of 227.81º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D4A7D is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 61 | 74 | 125 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.51 |
| HSL | 227.81º | 0.34% | 0.36% | - |
| HSV(B) | 227.81º | 0.51% | 0.49% | - |
| XYZ | 8.07 | 7.37 | 20.4 | - |
| YUV | 75.93 | 155.69 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 74 | 125 | 0.51 | 0.41 | 0 | 0.51 | 227.81 | 0.34 | 0.36 |
| Hex | 3D | 4A | 7D | 33 | 29 | 0 | 33 | E4 | 22 | 24 |
| Octal | 75 | 112 | 175 | 63 | 51 | 0 | 63 | 344 | 42 | 44 |
| Binary | 111101 | 1001010 | 1111101 | 110011 | 101001 | 0 | 110011 | 11100100 | 100010 | 100100 |
Color Harmonies of #3D4A7D
Complementary color
Monochromatic Colors of #3D4A7D
Black with #3D4A7D
Text Example
Text Example
White with #3D4A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4A7D; }
p { color: rgb(61,74,125); }
H1.HeaderClassName
{
color: #3D4A7D;
}
.AnyTagClassName
{
color: #3D4A7D;
}
</style>
background-color css
<style>
a { background-color: #3D4A7D; }
a { background-color: rgb(61,74,125); }
div.DivClassName
{
background-color: #3D4A7D;
}
.BgClassName
{
background-color: #3D4A7D;
}
</style>
border-color css
<style>
span { border-color: #3D4A7D; }
span { border-color: rgb(61,74,125); }
td.TdClassName
{
border-color: #3D4A7D;
}
.TagClassName
{
border-color: #3D4A7D;
}
</style>