Shades of Tory Blue #3D528B
Tints of Tory Blue #3D528B
RGB
CMYK
RGB Variations
Color information
#3D528B (or 0x3D528B) is known color: Tory Blue. HEX triplet: 3D, 52 and 8B. RGB value is (61,82,139). Sum of RGB (Red+Green+Blue) = 61+82+139=282 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.63% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D528B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D528B is #C2AD74. Grayscale: #515151. Windows color (decimal): -12758389 or 9130557. OLE color: 9130557.
HSL color Cylindrical-coordinate representation of color #3D528B: hue angle of 223.85º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D528B is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 82 | 139 | - |
| CMYK | 0.56 | 0.41 | 0 | 0.45 |
| HSL | 223.85º | 0.39% | 0.39% | - |
| HSV(B) | 223.85º | 0.56% | 0.55% | - |
| XYZ | 9.6 | 8.89 | 25.64 | - |
| YUV | 82.22 | 160.04 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 82 | 139 | 0.56 | 0.41 | 0 | 0.45 | 223.85 | 0.39 | 0.39 |
| Hex | 3D | 52 | 8B | 38 | 29 | 0 | 2D | E0 | 27 | 27 |
| Octal | 75 | 122 | 213 | 70 | 51 | 0 | 55 | 340 | 47 | 47 |
| Binary | 111101 | 1010010 | 10001011 | 111000 | 101001 | 0 | 101101 | 11100000 | 100111 | 100111 |
Color Harmonies of #3D528B
Complementary color
Monochromatic Colors of #3D528B
Black with #3D528B
Text Example
Text Example
White with #3D528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D528B; }
p { color: rgb(61,82,139); }
H1.HeaderClassName
{
color: #3D528B;
}
.AnyTagClassName
{
color: #3D528B;
}
</style>
background-color css
<style>
a { background-color: #3D528B; }
a { background-color: rgb(61,82,139); }
div.DivClassName
{
background-color: #3D528B;
}
.BgClassName
{
background-color: #3D528B;
}
</style>
border-color css
<style>
span { border-color: #3D528B; }
span { border-color: rgb(61,82,139); }
td.TdClassName
{
border-color: #3D528B;
}
.TagClassName
{
border-color: #3D528B;
}
</style>