Shades of Tory Blue #3C4F90
Tints of Tory Blue #3C4F90
RGB
CMYK
RGB Variations
Color information
#3C4F90 (or 0x3C4F90) is known color: Tory Blue. HEX triplet: 3C, 4F and 90. RGB value is (60,79,144). Sum of RGB (Red+Green+Blue) = 60+79+144=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C4F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C4F90 is #C3B06F. Grayscale: #505050. Windows color (decimal): -12824688 or 9457468. OLE color: 9457468.
HSL color Cylindrical-coordinate representation of color #3C4F90: hue angle of 226.43º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C4F90 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 79 | 144 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.44 |
| HSL | 226.43º | 0.41% | 0.4% | - |
| HSV(B) | 226.43º | 0.58% | 0.56% | - |
| XYZ | 9.69 | 8.57 | 27.53 | - |
| YUV | 80.73 | 163.71 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 79 | 144 | 0.58 | 0.45 | 0 | 0.44 | 226.43 | 0.41 | 0.4 |
| Hex | 3C | 4F | 90 | 3A | 2D | 0 | 2C | E2 | 29 | 28 |
| Octal | 74 | 117 | 220 | 72 | 55 | 0 | 54 | 342 | 51 | 50 |
| Binary | 111100 | 1001111 | 10010000 | 111010 | 101101 | 0 | 101100 | 11100010 | 101001 | 101000 |
Color Harmonies of #3C4F90
Complementary color
Monochromatic Colors of #3C4F90
Black with #3C4F90
Text Example
Text Example
White with #3C4F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4F90; }
p { color: rgb(60,79,144); }
H1.HeaderClassName
{
color: #3C4F90;
}
.AnyTagClassName
{
color: #3C4F90;
}
</style>
background-color css
<style>
a { background-color: #3C4F90; }
a { background-color: rgb(60,79,144); }
div.DivClassName
{
background-color: #3C4F90;
}
.BgClassName
{
background-color: #3C4F90;
}
</style>
border-color css
<style>
span { border-color: #3C4F90; }
span { border-color: rgb(60,79,144); }
td.TdClassName
{
border-color: #3C4F90;
}
.TagClassName
{
border-color: #3C4F90;
}
</style>