Shades of Tory Blue #33449E
Tints of Tory Blue #33449E
RGB
CMYK
RGB Variations
Color information
#33449E (or 0x33449E) is known color: Tory Blue. HEX triplet: 33, 44 and 9E. RGB value is (51,68,158). Sum of RGB (Red+Green+Blue) = 51+68+158=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 158 (62.11% from 255 or 57.04% from 277); Max value from RGB is 158 - color contains mainly: blue. Hex color #33449E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33449E is #CCBB61. Grayscale: #484848. Windows color (decimal): -13417314 or 10372147. OLE color: 10372147.
HSL color Cylindrical-coordinate representation of color #33449E: hue angle of 230.47º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33449E is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 68 | 158 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.38 |
| HSL | 230.47º | 0.51% | 0.41% | - |
| HSV(B) | 230.47º | 0.68% | 0.62% | - |
| XYZ | 9.6 | 7.31 | 33.25 | - |
| YUV | 73.18 | 175.87 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 68 | 158 | 0.68 | 0.57 | 0 | 0.38 | 230.47 | 0.51 | 0.41 |
| Hex | 33 | 44 | 9E | 44 | 39 | 0 | 26 | E6 | 33 | 29 |
| Octal | 63 | 104 | 236 | 104 | 71 | 0 | 46 | 346 | 63 | 51 |
| Binary | 110011 | 1000100 | 10011110 | 1000100 | 111001 | 0 | 100110 | 11100110 | 110011 | 101001 |
Color Harmonies of #33449E
Complementary color
Monochromatic Colors of #33449E
Black with #33449E
Text Example
Text Example
White with #33449E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33449E; }
p { color: rgb(51,68,158); }
H1.HeaderClassName
{
color: #33449E;
}
.AnyTagClassName
{
color: #33449E;
}
</style>
background-color css
<style>
a { background-color: #33449E; }
a { background-color: rgb(51,68,158); }
div.DivClassName
{
background-color: #33449E;
}
.BgClassName
{
background-color: #33449E;
}
</style>
border-color css
<style>
span { border-color: #33449E; }
span { border-color: rgb(51,68,158); }
td.TdClassName
{
border-color: #33449E;
}
.TagClassName
{
border-color: #33449E;
}
</style>