Shades of Tory Blue #3E478F
Tints of Tory Blue #3E478F
RGB
CMYK
RGB Variations
Color information
#3E478F (or 0x3E478F) is known color: Tory Blue. HEX triplet: 3E, 47 and 8F. RGB value is (62,71,143). Sum of RGB (Red+Green+Blue) = 62+71+143=276 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.46% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 143 (56.25% from 255 or 51.81% from 276); Max value from RGB is 143 - color contains mainly: blue. Hex color #3E478F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E478F is #C1B870. Grayscale: #4C4C4C. Windows color (decimal): -12695665 or 9389886. OLE color: 9389886.
HSL color Cylindrical-coordinate representation of color #3E478F: hue angle of 233.33º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E478F is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 62 | 71 | 143 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.44 |
| HSL | 233.33º | 0.4% | 0.4% | - |
| HSV(B) | 233.33º | 0.57% | 0.56% | - |
| XYZ | 9.2 | 7.51 | 26.95 | - |
| YUV | 76.52 | 165.52 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 71 | 143 | 0.57 | 0.50 | 0 | 0.44 | 233.33 | 0.4 | 0.4 |
| Hex | 3E | 47 | 8F | 39 | 32 | 0 | 2C | E9 | 28 | 28 |
| Octal | 76 | 107 | 217 | 71 | 62 | 0 | 54 | 351 | 50 | 50 |
| Binary | 111110 | 1000111 | 10001111 | 111001 | 110010 | 0 | 101100 | 11101001 | 101000 | 101000 |
Color Harmonies of #3E478F
Complementary color
Monochromatic Colors of #3E478F
Black with #3E478F
Text Example
Text Example
White with #3E478F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E478F; }
p { color: rgb(62,71,143); }
H1.HeaderClassName
{
color: #3E478F;
}
.AnyTagClassName
{
color: #3E478F;
}
</style>
background-color css
<style>
a { background-color: #3E478F; }
a { background-color: rgb(62,71,143); }
div.DivClassName
{
background-color: #3E478F;
}
.BgClassName
{
background-color: #3E478F;
}
</style>
border-color css
<style>
span { border-color: #3E478F; }
span { border-color: rgb(62,71,143); }
td.TdClassName
{
border-color: #3E478F;
}
.TagClassName
{
border-color: #3E478F;
}
</style>