Shades of Tory Blue #33488B
Tints of Tory Blue #33488B
RGB
CMYK
RGB Variations
Color information
#33488B (or 0x33488B) is known color: Tory Blue. HEX triplet: 33, 48 and 8B. RGB value is (51,72,139). Sum of RGB (Red+Green+Blue) = 51+72+139=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 139 (54.69% from 255 or 53.05% from 262); Max value from RGB is 139 - color contains mainly: blue. Hex color #33488B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33488B is #CCB774. Grayscale: #494949. Windows color (decimal): -13416309 or 9127987. OLE color: 9127987.
HSL color Cylindrical-coordinate representation of color #33488B: hue angle of 225.68º 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 #33488B is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 72 | 139 | - |
| CMYK | 0.63 | 0.48 | 0 | 0.45 |
| HSL | 225.68º | 0.46% | 0.37% | - |
| HSV(B) | 225.68º | 0.63% | 0.55% | - |
| XYZ | 8.34 | 7.2 | 25.38 | - |
| YUV | 73.36 | 165.04 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 72 | 139 | 0.63 | 0.48 | 0 | 0.45 | 225.68 | 0.46 | 0.37 |
| Hex | 33 | 48 | 8B | 3F | 30 | 0 | 2D | E2 | 2E | 25 |
| Octal | 63 | 110 | 213 | 77 | 60 | 0 | 55 | 342 | 56 | 45 |
| Binary | 110011 | 1001000 | 10001011 | 111111 | 110000 | 0 | 101101 | 11100010 | 101110 | 100101 |
Color Harmonies of #33488B
Complementary color
Monochromatic Colors of #33488B
Black with #33488B
Text Example
Text Example
White with #33488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33488B; }
p { color: rgb(51,72,139); }
H1.HeaderClassName
{
color: #33488B;
}
.AnyTagClassName
{
color: #33488B;
}
</style>
background-color css
<style>
a { background-color: #33488B; }
a { background-color: rgb(51,72,139); }
div.DivClassName
{
background-color: #33488B;
}
.BgClassName
{
background-color: #33488B;
}
</style>
border-color css
<style>
span { border-color: #33488B; }
span { border-color: rgb(51,72,139); }
td.TdClassName
{
border-color: #33488B;
}
.TagClassName
{
border-color: #33488B;
}
</style>