Shades of Tory Blue #34488A
Tints of Tory Blue #34488A
RGB
CMYK
RGB Variations
Color information
#34488A (or 0x34488A) is known color: Tory Blue. HEX triplet: 34, 48 and 8A. RGB value is (52,72,138). Sum of RGB (Red+Green+Blue) = 52+72+138=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 138 (54.30% from 255 or 52.67% from 262); Max value from RGB is 138 - color contains mainly: blue. Hex color #34488A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34488A is #CBB775. Grayscale: #494949. Windows color (decimal): -13350774 or 9062452. OLE color: 9062452.
HSL color Cylindrical-coordinate representation of color #34488A: hue angle of 226.05º 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 #34488A is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 72 | 138 | - |
| CMYK | 0.62 | 0.48 | 0 | 0.46 |
| HSL | 226.05º | 0.45% | 0.37% | - |
| HSV(B) | 226.05º | 0.62% | 0.54% | - |
| XYZ | 8.32 | 7.2 | 25 | - |
| YUV | 73.54 | 164.37 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 72 | 138 | 0.62 | 0.48 | 0 | 0.46 | 226.05 | 0.45 | 0.37 |
| Hex | 34 | 48 | 8A | 3E | 30 | 0 | 2E | E2 | 2D | 25 |
| Octal | 64 | 110 | 212 | 76 | 60 | 0 | 56 | 342 | 55 | 45 |
| Binary | 110100 | 1001000 | 10001010 | 111110 | 110000 | 0 | 101110 | 11100010 | 101101 | 100101 |
Color Harmonies of #34488A
Complementary color
Monochromatic Colors of #34488A
Black with #34488A
Text Example
Text Example
White with #34488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34488A; }
p { color: rgb(52,72,138); }
H1.HeaderClassName
{
color: #34488A;
}
.AnyTagClassName
{
color: #34488A;
}
</style>
background-color css
<style>
a { background-color: #34488A; }
a { background-color: rgb(52,72,138); }
div.DivClassName
{
background-color: #34488A;
}
.BgClassName
{
background-color: #34488A;
}
</style>
border-color css
<style>
span { border-color: #34488A; }
span { border-color: rgb(52,72,138); }
td.TdClassName
{
border-color: #34488A;
}
.TagClassName
{
border-color: #34488A;
}
</style>