Shades of Tory Blue #3D538B
Tints of Tory Blue #3D538B
RGB
CMYK
RGB Variations
Color information
#3D538B (or 0x3D538B) is known color: Tory Blue. HEX triplet: 3D, 53 and 8B. RGB value is (61,83,139). Sum of RGB (Red+Green+Blue) = 61+83+139=283 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.55% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D538B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D538B is #C2AC74. Grayscale: #525252. Windows color (decimal): -12758133 or 9130813. OLE color: 9130813.
HSL color Cylindrical-coordinate representation of color #3D538B: hue angle of 223.08º 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 #3D538B is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 83 | 139 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.45 |
| HSL | 223.08º | 0.39% | 0.39% | - |
| HSV(B) | 223.08º | 0.56% | 0.55% | - |
| XYZ | 9.68 | 9.04 | 25.66 | - |
| YUV | 82.81 | 159.71 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 83 | 139 | 0.56 | 0.40 | 0 | 0.45 | 223.08 | 0.39 | 0.39 |
| Hex | 3D | 53 | 8B | 38 | 28 | 0 | 2D | DF | 27 | 27 |
| Octal | 75 | 123 | 213 | 70 | 50 | 0 | 55 | 337 | 47 | 47 |
| Binary | 111101 | 1010011 | 10001011 | 111000 | 101000 | 0 | 101101 | 11011111 | 100111 | 100111 |
Color Harmonies of #3D538B
Complementary color
Monochromatic Colors of #3D538B
Black with #3D538B
Text Example
Text Example
White with #3D538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D538B; }
p { color: rgb(61,83,139); }
H1.HeaderClassName
{
color: #3D538B;
}
.AnyTagClassName
{
color: #3D538B;
}
</style>
background-color css
<style>
a { background-color: #3D538B; }
a { background-color: rgb(61,83,139); }
div.DivClassName
{
background-color: #3D538B;
}
.BgClassName
{
background-color: #3D538B;
}
</style>
border-color css
<style>
span { border-color: #3D538B; }
span { border-color: rgb(61,83,139); }
td.TdClassName
{
border-color: #3D538B;
}
.TagClassName
{
border-color: #3D538B;
}
</style>