Shades of Tory Blue #33498B
Tints of Tory Blue #33498B
RGB
CMYK
RGB Variations
Color information
#33498B (or 0x33498B) is known color: Tory Blue. HEX triplet: 33, 49 and 8B. RGB value is (51,73,139). Sum of RGB (Red+Green+Blue) = 51+73+139=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #33498B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33498B is #CCB674. Grayscale: #494949. Windows color (decimal): -13416053 or 9128243. OLE color: 9128243.
HSL color Cylindrical-coordinate representation of color #33498B: hue angle of 225º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33498B is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 73 | 139 | - |
| CMYK | 0.63 | 0.47 | 0 | 0.45 |
| HSL | 225º | 0.46% | 0.37% | - |
| HSV(B) | 225º | 0.63% | 0.55% | - |
| XYZ | 8.41 | 7.33 | 25.4 | - |
| YUV | 73.95 | 164.71 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 73 | 139 | 0.63 | 0.47 | 0 | 0.45 | 225 | 0.46 | 0.37 |
| Hex | 33 | 49 | 8B | 3F | 2F | 0 | 2D | E1 | 2E | 25 |
| Octal | 63 | 111 | 213 | 77 | 57 | 0 | 55 | 341 | 56 | 45 |
| Binary | 110011 | 1001001 | 10001011 | 111111 | 101111 | 0 | 101101 | 11100001 | 101110 | 100101 |
Color Harmonies of #33498B
Complementary color
Monochromatic Colors of #33498B
Black with #33498B
Text Example
Text Example
White with #33498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33498B; }
p { color: rgb(51,73,139); }
H1.HeaderClassName
{
color: #33498B;
}
.AnyTagClassName
{
color: #33498B;
}
</style>
background-color css
<style>
a { background-color: #33498B; }
a { background-color: rgb(51,73,139); }
div.DivClassName
{
background-color: #33498B;
}
.BgClassName
{
background-color: #33498B;
}
</style>
border-color css
<style>
span { border-color: #33498B; }
span { border-color: rgb(51,73,139); }
td.TdClassName
{
border-color: #33498B;
}
.TagClassName
{
border-color: #33498B;
}
</style>