Shades of Tory Blue #34459B
Tints of Tory Blue #34459B
RGB
CMYK
RGB Variations
Color information
#34459B (or 0x34459B) is known color: Tory Blue. HEX triplet: 34, 45 and 9B. RGB value is (52,69,155). Sum of RGB (Red+Green+Blue) = 52+69+155=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #34459B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34459B is #CBBA64. Grayscale: #494949. Windows color (decimal): -13351525 or 10175796. OLE color: 10175796.
HSL color Cylindrical-coordinate representation of color #34459B: hue angle of 230.1º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34459B is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 69 | 155 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.39 |
| HSL | 230.1º | 0.5% | 0.41% | - |
| HSV(B) | 230.1º | 0.66% | 0.61% | - |
| XYZ | 9.46 | 7.35 | 31.93 | - |
| YUV | 73.72 | 173.87 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 69 | 155 | 0.66 | 0.55 | 0 | 0.39 | 230.1 | 0.5 | 0.41 |
| Hex | 34 | 45 | 9B | 42 | 37 | 0 | 27 | E6 | 32 | 29 |
| Octal | 64 | 105 | 233 | 102 | 67 | 0 | 47 | 346 | 62 | 51 |
| Binary | 110100 | 1000101 | 10011011 | 1000010 | 110111 | 0 | 100111 | 11100110 | 110010 | 101001 |
Color Harmonies of #34459B
Complementary color
Monochromatic Colors of #34459B
Black with #34459B
Text Example
Text Example
White with #34459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34459B; }
p { color: rgb(52,69,155); }
H1.HeaderClassName
{
color: #34459B;
}
.AnyTagClassName
{
color: #34459B;
}
</style>
background-color css
<style>
a { background-color: #34459B; }
a { background-color: rgb(52,69,155); }
div.DivClassName
{
background-color: #34459B;
}
.BgClassName
{
background-color: #34459B;
}
</style>
border-color css
<style>
span { border-color: #34459B; }
span { border-color: rgb(52,69,155); }
td.TdClassName
{
border-color: #34459B;
}
.TagClassName
{
border-color: #34459B;
}
</style>