Shades of Tory Blue #33408A
Tints of Tory Blue #33408A
RGB
CMYK
RGB Variations
Color information
#33408A (or 0x33408A) is known color: Tory Blue. HEX triplet: 33, 40 and 8A. RGB value is (51,64,138). Sum of RGB (Red+Green+Blue) = 51+64+138=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #33408A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33408A is #CCBF75. Grayscale: #444444. Windows color (decimal): -13418358 or 9060403. OLE color: 9060403.
HSL color Cylindrical-coordinate representation of color #33408A: hue angle of 231.03º 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 #33408A is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 64 | 138 | - |
| CMYK | 0.63 | 0.54 | 0 | 0.46 |
| HSL | 231.03º | 0.46% | 0.37% | - |
| HSV(B) | 231.03º | 0.63% | 0.54% | - |
| XYZ | 7.79 | 6.21 | 24.83 | - |
| YUV | 68.55 | 167.19 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 64 | 138 | 0.63 | 0.54 | 0 | 0.46 | 231.03 | 0.46 | 0.37 |
| Hex | 33 | 40 | 8A | 3F | 36 | 0 | 2E | E7 | 2E | 25 |
| Octal | 63 | 100 | 212 | 77 | 66 | 0 | 56 | 347 | 56 | 45 |
| Binary | 110011 | 1000000 | 10001010 | 111111 | 110110 | 0 | 101110 | 11100111 | 101110 | 100101 |
Color Harmonies of #33408A
Complementary color
Monochromatic Colors of #33408A
Black with #33408A
Text Example
Text Example
White with #33408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33408A; }
p { color: rgb(51,64,138); }
H1.HeaderClassName
{
color: #33408A;
}
.AnyTagClassName
{
color: #33408A;
}
</style>
background-color css
<style>
a { background-color: #33408A; }
a { background-color: rgb(51,64,138); }
div.DivClassName
{
background-color: #33408A;
}
.BgClassName
{
background-color: #33408A;
}
</style>
border-color css
<style>
span { border-color: #33408A; }
span { border-color: rgb(51,64,138); }
td.TdClassName
{
border-color: #33408A;
}
.TagClassName
{
border-color: #33408A;
}
</style>