Shades of Tory Blue #3D4C91
Tints of Tory Blue #3D4C91
RGB
CMYK
RGB Variations
Color information
#3D4C91 (or 0x3D4C91) is known color: Tory Blue. HEX triplet: 3D, 4C and 91. RGB value is (61,76,145). Sum of RGB (Red+Green+Blue) = 61+76+145=282 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.63% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 145 (57.03% from 255 or 51.42% from 282); Max value from RGB is 145 - color contains mainly: blue. Hex color #3D4C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4C91 is #C2B36E. Grayscale: #4F4F4F. Windows color (decimal): -12759919 or 9522237. OLE color: 9522237.
HSL color Cylindrical-coordinate representation of color #3D4C91: hue angle of 229.29º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D4C91 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 61 | 76 | 145 | - |
| CMYK | 0.58 | 0.48 | 0 | 0.43 |
| HSL | 229.29º | 0.41% | 0.4% | - |
| HSV(B) | 229.29º | 0.58% | 0.57% | - |
| XYZ | 9.62 | 8.21 | 27.86 | - |
| YUV | 79.38 | 165.03 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 76 | 145 | 0.58 | 0.48 | 0 | 0.43 | 229.29 | 0.41 | 0.4 |
| Hex | 3D | 4C | 91 | 3A | 30 | 0 | 2B | E5 | 29 | 28 |
| Octal | 75 | 114 | 221 | 72 | 60 | 0 | 53 | 345 | 51 | 50 |
| Binary | 111101 | 1001100 | 10010001 | 111010 | 110000 | 0 | 101011 | 11100101 | 101001 | 101000 |
Color Harmonies of #3D4C91
Complementary color
Monochromatic Colors of #3D4C91
Black with #3D4C91
Text Example
Text Example
White with #3D4C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4C91; }
p { color: rgb(61,76,145); }
H1.HeaderClassName
{
color: #3D4C91;
}
.AnyTagClassName
{
color: #3D4C91;
}
</style>
background-color css
<style>
a { background-color: #3D4C91; }
a { background-color: rgb(61,76,145); }
div.DivClassName
{
background-color: #3D4C91;
}
.BgClassName
{
background-color: #3D4C91;
}
</style>
border-color css
<style>
span { border-color: #3D4C91; }
span { border-color: rgb(61,76,145); }
td.TdClassName
{
border-color: #3D4C91;
}
.TagClassName
{
border-color: #3D4C91;
}
</style>