Shades of Tory Blue #3D4795
Tints of Tory Blue #3D4795
RGB
CMYK
RGB Variations
Color information
#3D4795 (or 0x3D4795) is known color: Tory Blue. HEX triplet: 3D, 47 and 95. RGB value is (61,71,149). Sum of RGB (Red+Green+Blue) = 61+71+149=281 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.71% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #3D4795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4795 is #C2B86A. Grayscale: #4C4C4C. Windows color (decimal): -12761195 or 9783101. OLE color: 9783101.
HSL color Cylindrical-coordinate representation of color #3D4795: hue angle of 233.18º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D4795 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 71 | 149 | - |
| CMYK | 0.59 | 0.52 | 0 | 0.42 |
| HSL | 233.18º | 0.42% | 0.41% | - |
| HSV(B) | 233.18º | 0.59% | 0.58% | - |
| XYZ | 9.6 | 7.67 | 29.41 | - |
| YUV | 76.9 | 168.69 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 71 | 149 | 0.59 | 0.52 | 0 | 0.42 | 233.18 | 0.42 | 0.41 |
| Hex | 3D | 47 | 95 | 3B | 34 | 0 | 2A | E9 | 2A | 29 |
| Octal | 75 | 107 | 225 | 73 | 64 | 0 | 52 | 351 | 52 | 51 |
| Binary | 111101 | 1000111 | 10010101 | 111011 | 110100 | 0 | 101010 | 11101001 | 101010 | 101001 |
Color Harmonies of #3D4795
Complementary color
Monochromatic Colors of #3D4795
Black with #3D4795
Text Example
Text Example
White with #3D4795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4795; }
p { color: rgb(61,71,149); }
H1.HeaderClassName
{
color: #3D4795;
}
.AnyTagClassName
{
color: #3D4795;
}
</style>
background-color css
<style>
a { background-color: #3D4795; }
a { background-color: rgb(61,71,149); }
div.DivClassName
{
background-color: #3D4795;
}
.BgClassName
{
background-color: #3D4795;
}
</style>
border-color css
<style>
span { border-color: #3D4795; }
span { border-color: rgb(61,71,149); }
td.TdClassName
{
border-color: #3D4795;
}
.TagClassName
{
border-color: #3D4795;
}
</style>