Shades of Tory Blue #34488C
Tints of Tory Blue #34488C
RGB
CMYK
RGB Variations
Color information
#34488C (or 0x34488C) is known color: Tory Blue. HEX triplet: 34, 48 and 8C. RGB value is (52,72,140). Sum of RGB (Red+Green+Blue) = 52+72+140=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 140 (55.08% from 255 or 53.03% from 264); Max value from RGB is 140 - color contains mainly: blue. Hex color #34488C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34488C is #CBB773. Grayscale: #494949. Windows color (decimal): -13350772 or 9193524. OLE color: 9193524.
HSL color Cylindrical-coordinate representation of color #34488C: hue angle of 226.36º 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 #34488C is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 72 | 140 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.45 |
| HSL | 226.36º | 0.46% | 0.38% | - |
| HSV(B) | 226.36º | 0.63% | 0.55% | - |
| XYZ | 8.47 | 7.26 | 25.77 | - |
| YUV | 73.77 | 165.37 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 72 | 140 | 0.63 | 0.49 | 0 | 0.45 | 226.36 | 0.46 | 0.38 |
| Hex | 34 | 48 | 8C | 3F | 31 | 0 | 2D | E2 | 2E | 26 |
| Octal | 64 | 110 | 214 | 77 | 61 | 0 | 55 | 342 | 56 | 46 |
| Binary | 110100 | 1001000 | 10001100 | 111111 | 110001 | 0 | 101101 | 11100010 | 101110 | 100110 |
Color Harmonies of #34488C
Complementary color
Monochromatic Colors of #34488C
Black with #34488C
Text Example
Text Example
White with #34488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34488C; }
p { color: rgb(52,72,140); }
H1.HeaderClassName
{
color: #34488C;
}
.AnyTagClassName
{
color: #34488C;
}
</style>
background-color css
<style>
a { background-color: #34488C; }
a { background-color: rgb(52,72,140); }
div.DivClassName
{
background-color: #34488C;
}
.BgClassName
{
background-color: #34488C;
}
</style>
border-color css
<style>
span { border-color: #34488C; }
span { border-color: rgb(52,72,140); }
td.TdClassName
{
border-color: #34488C;
}
.TagClassName
{
border-color: #34488C;
}
</style>