Shades of Tory Blue #33468A
Tints of Tory Blue #33468A
RGB
CMYK
RGB Variations
Color information
#33468A (or 0x33468A) is known color: Tory Blue. HEX triplet: 33, 46 and 8A. RGB value is (51,70,138). Sum of RGB (Red+Green+Blue) = 51+70+138=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 138 (54.30% from 255 or 53.28% from 259); Max value from RGB is 138 - color contains mainly: blue. Hex color #33468A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33468A is #CCB975. Grayscale: #474747. Windows color (decimal): -13416822 or 9061939. OLE color: 9061939.
HSL color Cylindrical-coordinate representation of color #33468A: hue angle of 226.9º 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 #33468A is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 70 | 138 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.46 |
| HSL | 226.9º | 0.46% | 0.37% | - |
| HSV(B) | 226.9º | 0.63% | 0.54% | - |
| XYZ | 8.14 | 6.92 | 24.95 | - |
| YUV | 72.07 | 165.21 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 70 | 138 | 0.63 | 0.49 | 0 | 0.46 | 226.9 | 0.46 | 0.37 |
| Hex | 33 | 46 | 8A | 3F | 31 | 0 | 2E | E3 | 2E | 25 |
| Octal | 63 | 106 | 212 | 77 | 61 | 0 | 56 | 343 | 56 | 45 |
| Binary | 110011 | 1000110 | 10001010 | 111111 | 110001 | 0 | 101110 | 11100011 | 101110 | 100101 |
Color Harmonies of #33468A
Complementary color
Monochromatic Colors of #33468A
Black with #33468A
Text Example
Text Example
White with #33468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33468A; }
p { color: rgb(51,70,138); }
H1.HeaderClassName
{
color: #33468A;
}
.AnyTagClassName
{
color: #33468A;
}
</style>
background-color css
<style>
a { background-color: #33468A; }
a { background-color: rgb(51,70,138); }
div.DivClassName
{
background-color: #33468A;
}
.BgClassName
{
background-color: #33468A;
}
</style>
border-color css
<style>
span { border-color: #33468A; }
span { border-color: rgb(51,70,138); }
td.TdClassName
{
border-color: #33468A;
}
.TagClassName
{
border-color: #33468A;
}
</style>