Shades of Tory Blue #33449F
Tints of Tory Blue #33449F
RGB
CMYK
RGB Variations
Color information
#33449F (or 0x33449F) is known color: Tory Blue. HEX triplet: 33, 44 and 9F. RGB value is (51,68,159). Sum of RGB (Red+Green+Blue) = 51+68+159=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 159 (62.5% from 255 or 57.19% from 278); Max value from RGB is 159 - color contains mainly: blue. Hex color #33449F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33449F is #CCBB60. Grayscale: #484848. Windows color (decimal): -13417313 or 10437683. OLE color: 10437683.
HSL color Cylindrical-coordinate representation of color #33449F: hue angle of 230.56º 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 #33449F is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 68 | 159 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.38 |
| HSL | 230.56º | 0.51% | 0.41% | - |
| HSV(B) | 230.56º | 0.68% | 0.62% | - |
| XYZ | 9.69 | 7.34 | 33.71 | - |
| YUV | 73.29 | 176.37 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 68 | 159 | 0.68 | 0.57 | 0 | 0.38 | 230.56 | 0.51 | 0.41 |
| Hex | 33 | 44 | 9F | 44 | 39 | 0 | 26 | E7 | 33 | 29 |
| Octal | 63 | 104 | 237 | 104 | 71 | 0 | 46 | 347 | 63 | 51 |
| Binary | 110011 | 1000100 | 10011111 | 1000100 | 111001 | 0 | 100110 | 11100111 | 110011 | 101001 |
Color Harmonies of #33449F
Complementary color
Monochromatic Colors of #33449F
Black with #33449F
Text Example
Text Example
White with #33449F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33449F; }
p { color: rgb(51,68,159); }
H1.HeaderClassName
{
color: #33449F;
}
.AnyTagClassName
{
color: #33449F;
}
</style>
background-color css
<style>
a { background-color: #33449F; }
a { background-color: rgb(51,68,159); }
div.DivClassName
{
background-color: #33449F;
}
.BgClassName
{
background-color: #33449F;
}
</style>
border-color css
<style>
span { border-color: #33449F; }
span { border-color: rgb(51,68,159); }
td.TdClassName
{
border-color: #33449F;
}
.TagClassName
{
border-color: #33449F;
}
</style>