Shades of Tory Blue #34438D
Tints of Tory Blue #34438D
RGB
CMYK
RGB Variations
Color information
#34438D (or 0x34438D) is known color: Tory Blue. HEX triplet: 34, 43 and 8D. RGB value is (52,67,141). Sum of RGB (Red+Green+Blue) = 52+67+141=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 141 (55.47% from 255 or 54.23% from 260); Max value from RGB is 141 - color contains mainly: blue. Hex color #34438D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34438D is #CBBC72. Grayscale: #464646. Windows color (decimal): -13352051 or 9257780. OLE color: 9257780.
HSL color Cylindrical-coordinate representation of color #34438D: hue angle of 229.89º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34438D is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 67 | 141 | - |
| CMYK | 0.63 | 0.52 | 0 | 0.45 |
| HSL | 229.89º | 0.46% | 0.38% | - |
| HSV(B) | 229.89º | 0.63% | 0.55% | - |
| XYZ | 8.23 | 6.67 | 26.05 | - |
| YUV | 70.95 | 167.53 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 67 | 141 | 0.63 | 0.52 | 0 | 0.45 | 229.89 | 0.46 | 0.38 |
| Hex | 34 | 43 | 8D | 3F | 34 | 0 | 2D | E6 | 2E | 26 |
| Octal | 64 | 103 | 215 | 77 | 64 | 0 | 55 | 346 | 56 | 46 |
| Binary | 110100 | 1000011 | 10001101 | 111111 | 110100 | 0 | 101101 | 11100110 | 101110 | 100110 |
Color Harmonies of #34438D
Complementary color
Monochromatic Colors of #34438D
Black with #34438D
Text Example
Text Example
White with #34438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34438D; }
p { color: rgb(52,67,141); }
H1.HeaderClassName
{
color: #34438D;
}
.AnyTagClassName
{
color: #34438D;
}
</style>
background-color css
<style>
a { background-color: #34438D; }
a { background-color: rgb(52,67,141); }
div.DivClassName
{
background-color: #34438D;
}
.BgClassName
{
background-color: #34438D;
}
</style>
border-color css
<style>
span { border-color: #34438D; }
span { border-color: rgb(52,67,141); }
td.TdClassName
{
border-color: #34438D;
}
.TagClassName
{
border-color: #34438D;
}
</style>