Shades of Tory Blue #343DA2
Tints of Tory Blue #343DA2
RGB
CMYK
RGB Variations
Color information
#343DA2 (or 0x343DA2) is known color: Tory Blue. HEX triplet: 34, 3D and A2. RGB value is (52,61,162). Sum of RGB (Red+Green+Blue) = 52+61+162=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 162 (63.67% from 255 or 58.91% from 275); Max value from RGB is 162 - color contains mainly: blue. Hex color #343DA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343DA2 is #CBC25D. Grayscale: #454545. Windows color (decimal): -13353566 or 10632500. OLE color: 10632500.
HSL color Cylindrical-coordinate representation of color #343DA2: hue angle of 235.09º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #343DA2 is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
RGB | 52 | 61 | 162 | - |
CMYK | 0.68 | 0.62 | 0 | 0.36 |
HSL | 235.09º | 0.51% | 0.42% | - |
HSV(B) | 235.09º | 0.68% | 0.64% | - |
XYZ | 9.61 | 6.68 | 34.96 | - |
YUV | 69.82 | 180.02 | 115.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 52 | 61 | 162 | 0.68 | 0.62 | 0 | 0.36 | 235.09 | 0.51 | 0.42 |
Hex | 34 | 3D | A2 | 44 | 3E | 0 | 24 | EB | 33 | 2A |
Octal | 64 | 75 | 242 | 104 | 76 | 0 | 44 | 353 | 63 | 52 |
Binary | 110100 | 111101 | 10100010 | 1000100 | 111110 | 0 | 100100 | 11101011 | 110011 | 101010 |
Color Harmonies of #343DA2
Complementary color
Monochromatic Colors of #343DA2
Black with #343DA2
Text Example
Text Example
White with #343DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343DA2; }
p { color: rgb(52,61,162); }
H1.HeaderClassName
{
color: #343DA2;
}
.AnyTagClassName
{
color: #343DA2;
}
</style>
background-color css
<style>
a { background-color: #343DA2; }
a { background-color: rgb(52,61,162); }
div.DivClassName
{
background-color: #343DA2;
}
.BgClassName
{
background-color: #343DA2;
}
</style>
border-color css
<style>
span { border-color: #343DA2; }
span { border-color: rgb(52,61,162); }
td.TdClassName
{
border-color: #343DA2;
}
.TagClassName
{
border-color: #343DA2;
}
</style>