Shades of Tory Blue #3D4888
Tints of Tory Blue #3D4888
RGB
CMYK
RGB Variations
Color information
#3D4888 (or 0x3D4888) is known color: Tory Blue. HEX triplet: 3D, 48 and 88. RGB value is (61,72,136). Sum of RGB (Red+Green+Blue) = 61+72+136=269 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.68% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 136 (53.52% from 255 or 50.56% from 269); Max value from RGB is 136 - color contains mainly: blue. Hex color #3D4888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4888 is #C2B777. Grayscale: #4B4B4B. Windows color (decimal): -12760952 or 8931389. OLE color: 8931389.
HSL color Cylindrical-coordinate representation of color #3D4888: hue angle of 231.2º 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 #3D4888 is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 61 | 72 | 136 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.47 |
| HSL | 231.2º | 0.38% | 0.39% | - |
| HSV(B) | 231.2º | 0.55% | 0.53% | - |
| XYZ | 8.69 | 7.4 | 24.26 | - |
| YUV | 76.01 | 161.86 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 72 | 136 | 0.55 | 0.47 | 0 | 0.47 | 231.2 | 0.38 | 0.39 |
| Hex | 3D | 48 | 88 | 37 | 2F | 0 | 2F | E7 | 26 | 27 |
| Octal | 75 | 110 | 210 | 67 | 57 | 0 | 57 | 347 | 46 | 47 |
| Binary | 111101 | 1001000 | 10001000 | 110111 | 101111 | 0 | 101111 | 11100111 | 100110 | 100111 |
Color Harmonies of #3D4888
Complementary color
Monochromatic Colors of #3D4888
Black with #3D4888
Text Example
Text Example
White with #3D4888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4888; }
p { color: rgb(61,72,136); }
H1.HeaderClassName
{
color: #3D4888;
}
.AnyTagClassName
{
color: #3D4888;
}
</style>
background-color css
<style>
a { background-color: #3D4888; }
a { background-color: rgb(61,72,136); }
div.DivClassName
{
background-color: #3D4888;
}
.BgClassName
{
background-color: #3D4888;
}
</style>
border-color css
<style>
span { border-color: #3D4888; }
span { border-color: rgb(61,72,136); }
td.TdClassName
{
border-color: #3D4888;
}
.TagClassName
{
border-color: #3D4888;
}
</style>