Shades of Tory Blue #343F90
Tints of Tory Blue #343F90
RGB
CMYK
RGB Variations
Color information
#343F90 (or 0x343F90) is known color: Tory Blue. HEX triplet: 34, 3F and 90. RGB value is (52,63,144). Sum of RGB (Red+Green+Blue) = 52+63+144=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 144 (56.64% from 255 or 55.60% from 259); Max value from RGB is 144 - color contains mainly: blue. Hex color #343F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343F90 is #CBC06F. Grayscale: #444444. Windows color (decimal): -13353072 or 9453364. OLE color: 9453364.
HSL color Cylindrical-coordinate representation of color #343F90: hue angle of 232.83º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #343F90 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 63 | 144 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.44 |
| HSL | 232.83º | 0.47% | 0.38% | - |
| HSV(B) | 232.83º | 0.64% | 0.56% | - |
| XYZ | 8.23 | 6.3 | 27.17 | - |
| YUV | 68.95 | 170.36 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 144 | 0.64 | 0.56 | 0 | 0.44 | 232.83 | 0.47 | 0.38 |
| Hex | 34 | 3F | 90 | 40 | 38 | 0 | 2C | E9 | 2F | 26 |
| Octal | 64 | 77 | 220 | 100 | 70 | 0 | 54 | 351 | 57 | 46 |
| Binary | 110100 | 111111 | 10010000 | 1000000 | 111000 | 0 | 101100 | 11101001 | 101111 | 100110 |
Color Harmonies of #343F90
Complementary color
Monochromatic Colors of #343F90
Black with #343F90
Text Example
Text Example
White with #343F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343F90; }
p { color: rgb(52,63,144); }
H1.HeaderClassName
{
color: #343F90;
}
.AnyTagClassName
{
color: #343F90;
}
</style>
background-color css
<style>
a { background-color: #343F90; }
a { background-color: rgb(52,63,144); }
div.DivClassName
{
background-color: #343F90;
}
.BgClassName
{
background-color: #343F90;
}
</style>
border-color css
<style>
span { border-color: #343F90; }
span { border-color: rgb(52,63,144); }
td.TdClassName
{
border-color: #343F90;
}
.TagClassName
{
border-color: #343F90;
}
</style>