Shades of Tory Blue #34449B
Tints of Tory Blue #34449B
RGB
CMYK
RGB Variations
Color information
#34449B (or 0x34449B) is known color: Tory Blue. HEX triplet: 34, 44 and 9B. RGB value is (52,68,155). Sum of RGB (Red+Green+Blue) = 52+68+155=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #34449B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34449B is #CBBB64. Grayscale: #484848. Windows color (decimal): -13351781 or 10175540. OLE color: 10175540.
HSL color Cylindrical-coordinate representation of color #34449B: hue angle of 230.68º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34449B is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 68 | 155 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.39 |
| HSL | 230.68º | 0.5% | 0.41% | - |
| HSV(B) | 230.68º | 0.66% | 0.61% | - |
| XYZ | 9.4 | 7.23 | 31.91 | - |
| YUV | 73.13 | 174.2 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 68 | 155 | 0.66 | 0.56 | 0 | 0.39 | 230.68 | 0.5 | 0.41 |
| Hex | 34 | 44 | 9B | 42 | 38 | 0 | 27 | E7 | 32 | 29 |
| Octal | 64 | 104 | 233 | 102 | 70 | 0 | 47 | 347 | 62 | 51 |
| Binary | 110100 | 1000100 | 10011011 | 1000010 | 111000 | 0 | 100111 | 11100111 | 110010 | 101001 |
Color Harmonies of #34449B
Complementary color
Monochromatic Colors of #34449B
Black with #34449B
Text Example
Text Example
White with #34449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34449B; }
p { color: rgb(52,68,155); }
H1.HeaderClassName
{
color: #34449B;
}
.AnyTagClassName
{
color: #34449B;
}
</style>
background-color css
<style>
a { background-color: #34449B; }
a { background-color: rgb(52,68,155); }
div.DivClassName
{
background-color: #34449B;
}
.BgClassName
{
background-color: #34449B;
}
</style>
border-color css
<style>
span { border-color: #34449B; }
span { border-color: rgb(52,68,155); }
td.TdClassName
{
border-color: #34449B;
}
.TagClassName
{
border-color: #34449B;
}
</style>