Shades of Tory Blue #34459F
Tints of Tory Blue #34459F
RGB
CMYK
RGB Variations
Color information
#34459F (or 0x34459F) is known color: Tory Blue. HEX triplet: 34, 45 and 9F. RGB value is (52,69,159). Sum of RGB (Red+Green+Blue) = 52+69+159=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 159 (62.5% from 255 or 56.79% from 280); Max value from RGB is 159 - color contains mainly: blue. Hex color #34459F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34459F is #CBBA60. Grayscale: #494949. Windows color (decimal): -13351521 or 10437940. OLE color: 10437940.
HSL color Cylindrical-coordinate representation of color #34459F: hue angle of 230.47º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34459F is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 69 | 159 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.38 |
| HSL | 230.47º | 0.51% | 0.41% | - |
| HSV(B) | 230.47º | 0.67% | 0.62% | - |
| XYZ | 9.8 | 7.49 | 33.73 | - |
| YUV | 74.18 | 175.87 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 69 | 159 | 0.67 | 0.57 | 0 | 0.38 | 230.47 | 0.51 | 0.41 |
| Hex | 34 | 45 | 9F | 43 | 39 | 0 | 26 | E6 | 33 | 29 |
| Octal | 64 | 105 | 237 | 103 | 71 | 0 | 46 | 346 | 63 | 51 |
| Binary | 110100 | 1000101 | 10011111 | 1000011 | 111001 | 0 | 100110 | 11100110 | 110011 | 101001 |
Color Harmonies of #34459F
Complementary color
Monochromatic Colors of #34459F
Black with #34459F
Text Example
Text Example
White with #34459F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34459F; }
p { color: rgb(52,69,159); }
H1.HeaderClassName
{
color: #34459F;
}
.AnyTagClassName
{
color: #34459F;
}
</style>
background-color css
<style>
a { background-color: #34459F; }
a { background-color: rgb(52,69,159); }
div.DivClassName
{
background-color: #34459F;
}
.BgClassName
{
background-color: #34459F;
}
</style>
border-color css
<style>
span { border-color: #34459F; }
span { border-color: rgb(52,69,159); }
td.TdClassName
{
border-color: #34459F;
}
.TagClassName
{
border-color: #34459F;
}
</style>