Shades of Tory Blue #34458A
Tints of Tory Blue #34458A
RGB
CMYK
RGB Variations
Color information
#34458A (or 0x34458A) is known color: Tory Blue. HEX triplet: 34, 45 and 8A. RGB value is (52,69,138). Sum of RGB (Red+Green+Blue) = 52+69+138=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 138 (54.30% from 255 or 53.28% from 259); Max value from RGB is 138 - color contains mainly: blue. Hex color #34458A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34458A is #CBBA75. Grayscale: #474747. Windows color (decimal): -13351542 or 9061684. OLE color: 9061684.
HSL color Cylindrical-coordinate representation of color #34458A: hue angle of 228.14º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34458A is Cyan = 0.62, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 69 | 138 | - |
| CMYK | 0.62 | 0.5 | 0 | 0.46 |
| HSL | 228.14º | 0.45% | 0.37% | - |
| HSV(B) | 228.14º | 0.62% | 0.54% | - |
| XYZ | 8.13 | 6.82 | 24.93 | - |
| YUV | 71.78 | 165.37 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 69 | 138 | 0.62 | 0.5 | 0 | 0.46 | 228.14 | 0.45 | 0.37 |
| Hex | 34 | 45 | 8A | 3E | 32 | 0 | 2E | E4 | 2D | 25 |
| Octal | 64 | 105 | 212 | 76 | 62 | 0 | 56 | 344 | 55 | 45 |
| Binary | 110100 | 1000101 | 10001010 | 111110 | 110010 | 0 | 101110 | 11100100 | 101101 | 100101 |
Color Harmonies of #34458A
Complementary color
Monochromatic Colors of #34458A
Black with #34458A
Text Example
Text Example
White with #34458A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34458A; }
p { color: rgb(52,69,138); }
H1.HeaderClassName
{
color: #34458A;
}
.AnyTagClassName
{
color: #34458A;
}
</style>
background-color css
<style>
a { background-color: #34458A; }
a { background-color: rgb(52,69,138); }
div.DivClassName
{
background-color: #34458A;
}
.BgClassName
{
background-color: #34458A;
}
</style>
border-color css
<style>
span { border-color: #34458A; }
span { border-color: rgb(52,69,138); }
td.TdClassName
{
border-color: #34458A;
}
.TagClassName
{
border-color: #34458A;
}
</style>