Shades of Tory Blue #33538D
Tints of Tory Blue #33538D
RGB
CMYK
RGB Variations
Color information
#33538D (or 0x33538D) is known color: Tory Blue. HEX triplet: 33, 53 and 8D. RGB value is (51,83,141). Sum of RGB (Red+Green+Blue) = 51+83+141=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #33538D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33538D is #CCAC72. Grayscale: #4F4F4F. Windows color (decimal): -13413491 or 9261875. OLE color: 9261875.
HSL color Cylindrical-coordinate representation of color #33538D: hue angle of 218.67º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33538D is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 83 | 141 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.45 |
| HSL | 218.67º | 0.47% | 0.38% | - |
| HSV(B) | 218.67º | 0.64% | 0.55% | - |
| XYZ | 9.27 | 8.81 | 26.41 | - |
| YUV | 80.04 | 162.4 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 83 | 141 | 0.64 | 0.41 | 0 | 0.45 | 218.67 | 0.47 | 0.38 |
| Hex | 33 | 53 | 8D | 40 | 29 | 0 | 2D | DB | 2F | 26 |
| Octal | 63 | 123 | 215 | 100 | 51 | 0 | 55 | 333 | 57 | 46 |
| Binary | 110011 | 1010011 | 10001101 | 1000000 | 101001 | 0 | 101101 | 11011011 | 101111 | 100110 |
Color Harmonies of #33538D
Complementary color
Monochromatic Colors of #33538D
Black with #33538D
Text Example
Text Example
White with #33538D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33538D; }
p { color: rgb(51,83,141); }
H1.HeaderClassName
{
color: #33538D;
}
.AnyTagClassName
{
color: #33538D;
}
</style>
background-color css
<style>
a { background-color: #33538D; }
a { background-color: rgb(51,83,141); }
div.DivClassName
{
background-color: #33538D;
}
.BgClassName
{
background-color: #33538D;
}
</style>
border-color css
<style>
span { border-color: #33538D; }
span { border-color: rgb(51,83,141); }
td.TdClassName
{
border-color: #33538D;
}
.TagClassName
{
border-color: #33538D;
}
</style>