Shades of Tory Blue #3B4D9D
Tints of Tory Blue #3B4D9D
RGB
CMYK
RGB Variations
Color information
#3B4D9D (or 0x3B4D9D) is known color: Tory Blue. HEX triplet: 3B, 4D and 9D. RGB value is (59,77,157). Sum of RGB (Red+Green+Blue) = 59+77+157=293 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.14% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #3B4D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B4D9D is #C4B262. Grayscale: #505050. Windows color (decimal): -12890723 or 10308923. OLE color: 10308923.
HSL color Cylindrical-coordinate representation of color #3B4D9D: hue angle of 228.98º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B4D9D is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 77 | 157 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.38 |
| HSL | 228.98º | 0.45% | 0.42% | - |
| HSV(B) | 228.98º | 0.62% | 0.62% | - |
| XYZ | 10.54 | 8.67 | 33.02 | - |
| YUV | 80.74 | 171.04 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 77 | 157 | 0.62 | 0.51 | 0 | 0.38 | 228.98 | 0.45 | 0.42 |
| Hex | 3B | 4D | 9D | 3E | 33 | 0 | 26 | E5 | 2D | 2A |
| Octal | 73 | 115 | 235 | 76 | 63 | 0 | 46 | 345 | 55 | 52 |
| Binary | 111011 | 1001101 | 10011101 | 111110 | 110011 | 0 | 100110 | 11100101 | 101101 | 101010 |
Color Harmonies of #3B4D9D
Complementary color
Monochromatic Colors of #3B4D9D
Black with #3B4D9D
Text Example
Text Example
White with #3B4D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4D9D; }
p { color: rgb(59,77,157); }
H1.HeaderClassName
{
color: #3B4D9D;
}
.AnyTagClassName
{
color: #3B4D9D;
}
</style>
background-color css
<style>
a { background-color: #3B4D9D; }
a { background-color: rgb(59,77,157); }
div.DivClassName
{
background-color: #3B4D9D;
}
.BgClassName
{
background-color: #3B4D9D;
}
</style>
border-color css
<style>
span { border-color: #3B4D9D; }
span { border-color: rgb(59,77,157); }
td.TdClassName
{
border-color: #3B4D9D;
}
.TagClassName
{
border-color: #3B4D9D;
}
</style>