Shades of Tory Blue #345396
Tints of Tory Blue #345396
RGB
CMYK
RGB Variations
Color information
#345396 (or 0x345396) is known color: Tory Blue. HEX triplet: 34, 53 and 96. RGB value is (52,83,150). Sum of RGB (Red+Green+Blue) = 52+83+150=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #345396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345396 is #CBAC69. Grayscale: #515151. Windows color (decimal): -13347946 or 9851700. OLE color: 9851700.
HSL color Cylindrical-coordinate representation of color #345396: hue angle of 221.02º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #345396 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 52 | 83 | 150 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.41 |
| HSL | 221.02º | 0.49% | 0.4% | - |
| HSV(B) | 221.02º | 0.65% | 0.59% | - |
| XYZ | 10.01 | 9.12 | 30.09 | - |
| YUV | 81.37 | 166.73 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 83 | 150 | 0.65 | 0.45 | 0 | 0.41 | 221.02 | 0.49 | 0.4 |
| Hex | 34 | 53 | 96 | 41 | 2D | 0 | 29 | DD | 31 | 28 |
| Octal | 64 | 123 | 226 | 101 | 55 | 0 | 51 | 335 | 61 | 50 |
| Binary | 110100 | 1010011 | 10010110 | 1000001 | 101101 | 0 | 101001 | 11011101 | 110001 | 101000 |
Color Harmonies of #345396
Complementary color
Monochromatic Colors of #345396
Black with #345396
Text Example
Text Example
White with #345396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345396; }
p { color: rgb(52,83,150); }
H1.HeaderClassName
{
color: #345396;
}
.AnyTagClassName
{
color: #345396;
}
</style>
background-color css
<style>
a { background-color: #345396; }
a { background-color: rgb(52,83,150); }
div.DivClassName
{
background-color: #345396;
}
.BgClassName
{
background-color: #345396;
}
</style>
border-color css
<style>
span { border-color: #345396; }
span { border-color: rgb(52,83,150); }
td.TdClassName
{
border-color: #345396;
}
.TagClassName
{
border-color: #345396;
}
</style>