Shades of Tory Blue #33459D
Tints of Tory Blue #33459D
RGB
CMYK
RGB Variations
Color information
#33459D (or 0x33459D) is known color: Tory Blue. HEX triplet: 33, 45 and 9D. RGB value is (51,69,157). Sum of RGB (Red+Green+Blue) = 51+69+157=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #33459D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33459D is #CCBA62. Grayscale: #494949. Windows color (decimal): -13417059 or 10306867. OLE color: 10306867.
HSL color Cylindrical-coordinate representation of color #33459D: hue angle of 229.81º 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 #33459D is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 69 | 157 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.38 |
| HSL | 229.81º | 0.51% | 0.41% | - |
| HSV(B) | 229.81º | 0.68% | 0.62% | - |
| XYZ | 9.58 | 7.39 | 32.82 | - |
| YUV | 73.65 | 175.04 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 69 | 157 | 0.68 | 0.56 | 0 | 0.38 | 229.81 | 0.51 | 0.41 |
| Hex | 33 | 45 | 9D | 44 | 38 | 0 | 26 | E6 | 33 | 29 |
| Octal | 63 | 105 | 235 | 104 | 70 | 0 | 46 | 346 | 63 | 51 |
| Binary | 110011 | 1000101 | 10011101 | 1000100 | 111000 | 0 | 100110 | 11100110 | 110011 | 101001 |
Color Harmonies of #33459D
Complementary color
Monochromatic Colors of #33459D
Black with #33459D
Text Example
Text Example
White with #33459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33459D; }
p { color: rgb(51,69,157); }
H1.HeaderClassName
{
color: #33459D;
}
.AnyTagClassName
{
color: #33459D;
}
</style>
background-color css
<style>
a { background-color: #33459D; }
a { background-color: rgb(51,69,157); }
div.DivClassName
{
background-color: #33459D;
}
.BgClassName
{
background-color: #33459D;
}
</style>
border-color css
<style>
span { border-color: #33459D; }
span { border-color: rgb(51,69,157); }
td.TdClassName
{
border-color: #33459D;
}
.TagClassName
{
border-color: #33459D;
}
</style>