Shades of Tory Blue #343F94
Tints of Tory Blue #343F94
RGB
CMYK
RGB Variations
Color information
#343F94 (or 0x343F94) is known color: Tory Blue. HEX triplet: 34, 3F and 94. RGB value is (52,63,148). Sum of RGB (Red+Green+Blue) = 52+63+148=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 148 (58.20% from 255 or 56.27% from 263); Max value from RGB is 148 - color contains mainly: blue. Hex color #343F94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343F94 is #CBC06B. Grayscale: #454545. Windows color (decimal): -13353068 or 9715508. OLE color: 9715508.
HSL color Cylindrical-coordinate representation of color #343F94: hue angle of 233.12º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #343F94 is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 63 | 148 | - |
| CMYK | 0.65 | 0.57 | 0 | 0.42 |
| HSL | 233.13º | 0.48% | 0.39% | - |
| HSV(B) | 233.13º | 0.65% | 0.58% | - |
| XYZ | 8.54 | 6.42 | 28.81 | - |
| YUV | 69.4 | 172.36 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 148 | 0.65 | 0.57 | 0 | 0.42 | 233.13 | 0.48 | 0.39 |
| Hex | 34 | 3F | 94 | 41 | 39 | 0 | 2A | E9 | 30 | 27 |
| Octal | 64 | 77 | 224 | 101 | 71 | 0 | 52 | 351 | 60 | 47 |
| Binary | 110100 | 111111 | 10010100 | 1000001 | 111001 | 0 | 101010 | 11101001 | 110000 | 100111 |
Color Harmonies of #343F94
Complementary color
Monochromatic Colors of #343F94
Black with #343F94
Text Example
Text Example
White with #343F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343F94; }
p { color: rgb(52,63,148); }
H1.HeaderClassName
{
color: #343F94;
}
.AnyTagClassName
{
color: #343F94;
}
</style>
background-color css
<style>
a { background-color: #343F94; }
a { background-color: rgb(52,63,148); }
div.DivClassName
{
background-color: #343F94;
}
.BgClassName
{
background-color: #343F94;
}
</style>
border-color css
<style>
span { border-color: #343F94; }
span { border-color: rgb(52,63,148); }
td.TdClassName
{
border-color: #343F94;
}
.TagClassName
{
border-color: #343F94;
}
</style>