Shades of Tory Blue #3D4B88
Tints of Tory Blue #3D4B88
RGB
CMYK
RGB Variations
Color information
#3D4B88 (or 0x3D4B88) is known color: Tory Blue. HEX triplet: 3D, 4B and 88. RGB value is (61,75,136). Sum of RGB (Red+Green+Blue) = 61+75+136=272 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.43% from 272); Green value is 75 (29.69% from 255 or 27.57% from 272); Blue value is 136 (53.52% from 255 or 50% from 272); Max value from RGB is 136 - color contains mainly: blue. Hex color #3D4B88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4B88 is #C2B477. Grayscale: #4D4D4D. Windows color (decimal): -12760184 or 8932157. OLE color: 8932157.
HSL color Cylindrical-coordinate representation of color #3D4B88: hue angle of 228.8º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D4B88 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 61 | 75 | 136 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.47 |
| HSL | 228.8º | 0.38% | 0.39% | - |
| HSV(B) | 228.8º | 0.55% | 0.53% | - |
| XYZ | 8.88 | 7.8 | 24.33 | - |
| YUV | 77.77 | 160.86 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 75 | 136 | 0.55 | 0.45 | 0 | 0.47 | 228.8 | 0.38 | 0.39 |
| Hex | 3D | 4B | 88 | 37 | 2D | 0 | 2F | E5 | 26 | 27 |
| Octal | 75 | 113 | 210 | 67 | 55 | 0 | 57 | 345 | 46 | 47 |
| Binary | 111101 | 1001011 | 10001000 | 110111 | 101101 | 0 | 101111 | 11100101 | 100110 | 100111 |
Color Harmonies of #3D4B88
Complementary color
Monochromatic Colors of #3D4B88
Black with #3D4B88
Text Example
Text Example
White with #3D4B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4B88; }
p { color: rgb(61,75,136); }
H1.HeaderClassName
{
color: #3D4B88;
}
.AnyTagClassName
{
color: #3D4B88;
}
</style>
background-color css
<style>
a { background-color: #3D4B88; }
a { background-color: rgb(61,75,136); }
div.DivClassName
{
background-color: #3D4B88;
}
.BgClassName
{
background-color: #3D4B88;
}
</style>
border-color css
<style>
span { border-color: #3D4B88; }
span { border-color: rgb(61,75,136); }
td.TdClassName
{
border-color: #3D4B88;
}
.TagClassName
{
border-color: #3D4B88;
}
</style>