Shades of Tory Blue #3F4A8A
Tints of Tory Blue #3F4A8A
RGB
CMYK
RGB Variations
Color information
#3F4A8A (or 0x3F4A8A) is known color: Tory Blue. HEX triplet: 3F, 4A and 8A. RGB value is (63,74,138). Sum of RGB (Red+Green+Blue) = 63+74+138=275 (36% of max value = 765). Red value is 63 (25% from 255 or 22.91% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 138 (54.30% from 255 or 50.18% from 275); Max value from RGB is 138 - color contains mainly: blue. Hex color #3F4A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4A8A is #C0B575. Grayscale: #4D4D4D. Windows color (decimal): -12629366 or 9062975. OLE color: 9062975.
HSL color Cylindrical-coordinate representation of color #3F4A8A: hue angle of 231.2º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F4A8A is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 74 | 138 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.46 |
| HSL | 231.2º | 0.37% | 0.39% | - |
| HSV(B) | 231.2º | 0.54% | 0.54% | - |
| XYZ | 9.09 | 7.79 | 25.07 | - |
| YUV | 78.01 | 161.86 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 74 | 138 | 0.54 | 0.46 | 0 | 0.46 | 231.2 | 0.37 | 0.39 |
| Hex | 3F | 4A | 8A | 36 | 2E | 0 | 2E | E7 | 25 | 27 |
| Octal | 77 | 112 | 212 | 66 | 56 | 0 | 56 | 347 | 45 | 47 |
| Binary | 111111 | 1001010 | 10001010 | 110110 | 101110 | 0 | 101110 | 11100111 | 100101 | 100111 |
Color Harmonies of #3F4A8A
Complementary color
Monochromatic Colors of #3F4A8A
Black with #3F4A8A
Text Example
Text Example
White with #3F4A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4A8A; }
p { color: rgb(63,74,138); }
H1.HeaderClassName
{
color: #3F4A8A;
}
.AnyTagClassName
{
color: #3F4A8A;
}
</style>
background-color css
<style>
a { background-color: #3F4A8A; }
a { background-color: rgb(63,74,138); }
div.DivClassName
{
background-color: #3F4A8A;
}
.BgClassName
{
background-color: #3F4A8A;
}
</style>
border-color css
<style>
span { border-color: #3F4A8A; }
span { border-color: rgb(63,74,138); }
td.TdClassName
{
border-color: #3F4A8A;
}
.TagClassName
{
border-color: #3F4A8A;
}
</style>