Shades of Tory Blue #3C458F
Tints of Tory Blue #3C458F
RGB
CMYK
RGB Variations
Color information
#3C458F (or 0x3C458F) is known color: Tory Blue. HEX triplet: 3C, 45 and 8F. RGB value is (60,69,143). Sum of RGB (Red+Green+Blue) = 60+69+143=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 143 (56.25% from 255 or 52.57% from 272); Max value from RGB is 143 - color contains mainly: blue. Hex color #3C458F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C458F is #C3BA70. Grayscale: #4A4A4A. Windows color (decimal): -12827249 or 9389372. OLE color: 9389372.
HSL color Cylindrical-coordinate representation of color #3C458F: hue angle of 233.49º 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 #3C458F is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 69 | 143 | - |
| CMYK | 0.58 | 0.52 | 0 | 0.44 |
| HSL | 233.49º | 0.41% | 0.4% | - |
| HSV(B) | 233.49º | 0.58% | 0.56% | - |
| XYZ | 8.95 | 7.2 | 26.9 | - |
| YUV | 74.75 | 166.52 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 69 | 143 | 0.58 | 0.52 | 0 | 0.44 | 233.49 | 0.41 | 0.4 |
| Hex | 3C | 45 | 8F | 3A | 34 | 0 | 2C | E9 | 29 | 28 |
| Octal | 74 | 105 | 217 | 72 | 64 | 0 | 54 | 351 | 51 | 50 |
| Binary | 111100 | 1000101 | 10001111 | 111010 | 110100 | 0 | 101100 | 11101001 | 101001 | 101000 |
Color Harmonies of #3C458F
Complementary color
Monochromatic Colors of #3C458F
Black with #3C458F
Text Example
Text Example
White with #3C458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C458F; }
p { color: rgb(60,69,143); }
H1.HeaderClassName
{
color: #3C458F;
}
.AnyTagClassName
{
color: #3C458F;
}
</style>
background-color css
<style>
a { background-color: #3C458F; }
a { background-color: rgb(60,69,143); }
div.DivClassName
{
background-color: #3C458F;
}
.BgClassName
{
background-color: #3C458F;
}
</style>
border-color css
<style>
span { border-color: #3C458F; }
span { border-color: rgb(60,69,143); }
td.TdClassName
{
border-color: #3C458F;
}
.TagClassName
{
border-color: #3C458F;
}
</style>