Shades of Tory Blue #34418A
Tints of Tory Blue #34418A
RGB
CMYK
RGB Variations
Color information
#34418A (or 0x34418A) is known color: Tory Blue. HEX triplet: 34, 41 and 8A. RGB value is (52,65,138). Sum of RGB (Red+Green+Blue) = 52+65+138=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #34418A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34418A is #CBBE75. Grayscale: #454545. Windows color (decimal): -13352566 or 9060660. OLE color: 9060660.
HSL color Cylindrical-coordinate representation of color #34418A: hue angle of 230.93º 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 #34418A is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 65 | 138 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.46 |
| HSL | 230.93º | 0.45% | 0.37% | - |
| HSV(B) | 230.93º | 0.62% | 0.54% | - |
| XYZ | 7.89 | 6.35 | 24.85 | - |
| YUV | 69.44 | 166.69 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 138 | 0.62 | 0.53 | 0 | 0.46 | 230.93 | 0.45 | 0.37 |
| Hex | 34 | 41 | 8A | 3E | 35 | 0 | 2E | E7 | 2D | 25 |
| Octal | 64 | 101 | 212 | 76 | 65 | 0 | 56 | 347 | 55 | 45 |
| Binary | 110100 | 1000001 | 10001010 | 111110 | 110101 | 0 | 101110 | 11100111 | 101101 | 100101 |
Color Harmonies of #34418A
Complementary color
Monochromatic Colors of #34418A
Black with #34418A
Text Example
Text Example
White with #34418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34418A; }
p { color: rgb(52,65,138); }
H1.HeaderClassName
{
color: #34418A;
}
.AnyTagClassName
{
color: #34418A;
}
</style>
background-color css
<style>
a { background-color: #34418A; }
a { background-color: rgb(52,65,138); }
div.DivClassName
{
background-color: #34418A;
}
.BgClassName
{
background-color: #34418A;
}
</style>
border-color css
<style>
span { border-color: #34418A; }
span { border-color: rgb(52,65,138); }
td.TdClassName
{
border-color: #34418A;
}
.TagClassName
{
border-color: #34418A;
}
</style>