Shades of Tory Blue #33408B
Tints of Tory Blue #33408B
RGB
CMYK
RGB Variations
Color information
#33408B (or 0x33408B) is known color: Tory Blue. HEX triplet: 33, 40 and 8B. RGB value is (51,64,139). Sum of RGB (Red+Green+Blue) = 51+64+139=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #33408B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33408B is #CCBF74. Grayscale: #444444. Windows color (decimal): -13418357 or 9125939. OLE color: 9125939.
HSL color Cylindrical-coordinate representation of color #33408B: hue angle of 231.14º 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 #33408B is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 64 | 139 | - |
| CMYK | 0.63 | 0.54 | 0 | 0.45 |
| HSL | 231.14º | 0.46% | 0.37% | - |
| HSV(B) | 231.14º | 0.63% | 0.55% | - |
| XYZ | 7.86 | 6.23 | 25.22 | - |
| YUV | 68.66 | 167.69 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 64 | 139 | 0.63 | 0.54 | 0 | 0.45 | 231.14 | 0.46 | 0.37 |
| Hex | 33 | 40 | 8B | 3F | 36 | 0 | 2D | E7 | 2E | 25 |
| Octal | 63 | 100 | 213 | 77 | 66 | 0 | 55 | 347 | 56 | 45 |
| Binary | 110011 | 1000000 | 10001011 | 111111 | 110110 | 0 | 101101 | 11100111 | 101110 | 100101 |
Color Harmonies of #33408B
Complementary color
Monochromatic Colors of #33408B
Black with #33408B
Text Example
Text Example
White with #33408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33408B; }
p { color: rgb(51,64,139); }
H1.HeaderClassName
{
color: #33408B;
}
.AnyTagClassName
{
color: #33408B;
}
</style>
background-color css
<style>
a { background-color: #33408B; }
a { background-color: rgb(51,64,139); }
div.DivClassName
{
background-color: #33408B;
}
.BgClassName
{
background-color: #33408B;
}
</style>
border-color css
<style>
span { border-color: #33408B; }
span { border-color: rgb(51,64,139); }
td.TdClassName
{
border-color: #33408B;
}
.TagClassName
{
border-color: #33408B;
}
</style>