Shades of Tory Blue #33488A
Tints of Tory Blue #33488A
RGB
CMYK
RGB Variations
Color information
#33488A (or 0x33488A) is known color: Tory Blue. HEX triplet: 33, 48 and 8A. RGB value is (51,72,138). Sum of RGB (Red+Green+Blue) = 51+72+138=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #33488A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33488A is #CCB775. Grayscale: #484848. Windows color (decimal): -13416310 or 9062451. OLE color: 9062451.
HSL color Cylindrical-coordinate representation of color #33488A: hue angle of 225.52º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33488A is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 72 | 138 | - |
| CMYK | 0.63 | 0.48 | 0 | 0.46 |
| HSL | 225.52º | 0.46% | 0.37% | - |
| HSV(B) | 225.52º | 0.63% | 0.54% | - |
| XYZ | 8.27 | 7.17 | 24.99 | - |
| YUV | 73.25 | 164.54 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 72 | 138 | 0.63 | 0.48 | 0 | 0.46 | 225.52 | 0.46 | 0.37 |
| Hex | 33 | 48 | 8A | 3F | 30 | 0 | 2E | E2 | 2E | 25 |
| Octal | 63 | 110 | 212 | 77 | 60 | 0 | 56 | 342 | 56 | 45 |
| Binary | 110011 | 1001000 | 10001010 | 111111 | 110000 | 0 | 101110 | 11100010 | 101110 | 100101 |
Color Harmonies of #33488A
Complementary color
Monochromatic Colors of #33488A
Black with #33488A
Text Example
Text Example
White with #33488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33488A; }
p { color: rgb(51,72,138); }
H1.HeaderClassName
{
color: #33488A;
}
.AnyTagClassName
{
color: #33488A;
}
</style>
background-color css
<style>
a { background-color: #33488A; }
a { background-color: rgb(51,72,138); }
div.DivClassName
{
background-color: #33488A;
}
.BgClassName
{
background-color: #33488A;
}
</style>
border-color css
<style>
span { border-color: #33488A; }
span { border-color: rgb(51,72,138); }
td.TdClassName
{
border-color: #33488A;
}
.TagClassName
{
border-color: #33488A;
}
</style>