Shades of Tory Blue #33468B
Tints of Tory Blue #33468B
RGB
CMYK
RGB Variations
Color information
#33468B (or 0x33468B) is known color: Tory Blue. HEX triplet: 33, 46 and 8B. RGB value is (51,70,139). Sum of RGB (Red+Green+Blue) = 51+70+139=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 139 (54.69% from 255 or 53.46% from 260); Max value from RGB is 139 - color contains mainly: blue. Hex color #33468B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33468B is #CCB974. Grayscale: #474747. Windows color (decimal): -13416821 or 9127475. OLE color: 9127475.
HSL color Cylindrical-coordinate representation of color #33468B: hue angle of 227.05º 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 #33468B is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 70 | 139 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.45 |
| HSL | 227.05º | 0.46% | 0.37% | - |
| HSV(B) | 227.05º | 0.63% | 0.55% | - |
| XYZ | 8.22 | 6.95 | 25.33 | - |
| YUV | 72.19 | 165.71 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 70 | 139 | 0.63 | 0.50 | 0 | 0.45 | 227.05 | 0.46 | 0.37 |
| Hex | 33 | 46 | 8B | 3F | 32 | 0 | 2D | E3 | 2E | 25 |
| Octal | 63 | 106 | 213 | 77 | 62 | 0 | 55 | 343 | 56 | 45 |
| Binary | 110011 | 1000110 | 10001011 | 111111 | 110010 | 0 | 101101 | 11100011 | 101110 | 100101 |
Color Harmonies of #33468B
Complementary color
Monochromatic Colors of #33468B
Black with #33468B
Text Example
Text Example
White with #33468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33468B; }
p { color: rgb(51,70,139); }
H1.HeaderClassName
{
color: #33468B;
}
.AnyTagClassName
{
color: #33468B;
}
</style>
background-color css
<style>
a { background-color: #33468B; }
a { background-color: rgb(51,70,139); }
div.DivClassName
{
background-color: #33468B;
}
.BgClassName
{
background-color: #33468B;
}
</style>
border-color css
<style>
span { border-color: #33468B; }
span { border-color: rgb(51,70,139); }
td.TdClassName
{
border-color: #33468B;
}
.TagClassName
{
border-color: #33468B;
}
</style>