Shades of Tory Blue #34458B
Tints of Tory Blue #34458B
RGB
CMYK
RGB Variations
Color information
#34458B (or 0x34458B) is known color: Tory Blue. HEX triplet: 34, 45 and 8B. RGB value is (52,69,139). Sum of RGB (Red+Green+Blue) = 52+69+139=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 139 (54.69% from 255 or 53.46% from 260); Max value from RGB is 139 - color contains mainly: blue. Hex color #34458B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34458B is #CBBA74. Grayscale: #474747. Windows color (decimal): -13351541 or 9127220. OLE color: 9127220.
HSL color Cylindrical-coordinate representation of color #34458B: hue angle of 228.28º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34458B is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 69 | 139 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.45 |
| HSL | 228.28º | 0.46% | 0.37% | - |
| HSV(B) | 228.28º | 0.63% | 0.55% | - |
| XYZ | 8.2 | 6.85 | 25.32 | - |
| YUV | 71.9 | 165.87 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 69 | 139 | 0.63 | 0.50 | 0 | 0.45 | 228.28 | 0.46 | 0.37 |
| Hex | 34 | 45 | 8B | 3F | 32 | 0 | 2D | E4 | 2E | 25 |
| Octal | 64 | 105 | 213 | 77 | 62 | 0 | 55 | 344 | 56 | 45 |
| Binary | 110100 | 1000101 | 10001011 | 111111 | 110010 | 0 | 101101 | 11100100 | 101110 | 100101 |
Color Harmonies of #34458B
Complementary color
Monochromatic Colors of #34458B
Black with #34458B
Text Example
Text Example
White with #34458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34458B; }
p { color: rgb(52,69,139); }
H1.HeaderClassName
{
color: #34458B;
}
.AnyTagClassName
{
color: #34458B;
}
</style>
background-color css
<style>
a { background-color: #34458B; }
a { background-color: rgb(52,69,139); }
div.DivClassName
{
background-color: #34458B;
}
.BgClassName
{
background-color: #34458B;
}
</style>
border-color css
<style>
span { border-color: #34458B; }
span { border-color: rgb(52,69,139); }
td.TdClassName
{
border-color: #34458B;
}
.TagClassName
{
border-color: #34458B;
}
</style>