Shades of Tory Blue #33458B
Tints of Tory Blue #33458B
RGB
CMYK
RGB Variations
Color information
#33458B (or 0x33458B) is known color: Tory Blue. HEX triplet: 33, 45 and 8B. RGB value is (51,69,139). Sum of RGB (Red+Green+Blue) = 51+69+139=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #33458B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33458B is #CCBA74. Grayscale: #474747. Windows color (decimal): -13417077 or 9127219. OLE color: 9127219.
HSL color Cylindrical-coordinate representation of color #33458B: hue angle of 227.73º 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 #33458B is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 69 | 139 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.45 |
| HSL | 227.73º | 0.46% | 0.37% | - |
| HSV(B) | 227.73º | 0.63% | 0.55% | - |
| XYZ | 8.15 | 6.82 | 25.31 | - |
| YUV | 71.6 | 166.04 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 69 | 139 | 0.63 | 0.50 | 0 | 0.45 | 227.73 | 0.46 | 0.37 |
| Hex | 33 | 45 | 8B | 3F | 32 | 0 | 2D | E4 | 2E | 25 |
| Octal | 63 | 105 | 213 | 77 | 62 | 0 | 55 | 344 | 56 | 45 |
| Binary | 110011 | 1000101 | 10001011 | 111111 | 110010 | 0 | 101101 | 11100100 | 101110 | 100101 |
Color Harmonies of #33458B
Complementary color
Monochromatic Colors of #33458B
Black with #33458B
Text Example
Text Example
White with #33458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33458B; }
p { color: rgb(51,69,139); }
H1.HeaderClassName
{
color: #33458B;
}
.AnyTagClassName
{
color: #33458B;
}
</style>
background-color css
<style>
a { background-color: #33458B; }
a { background-color: rgb(51,69,139); }
div.DivClassName
{
background-color: #33458B;
}
.BgClassName
{
background-color: #33458B;
}
</style>
border-color css
<style>
span { border-color: #33458B; }
span { border-color: rgb(51,69,139); }
td.TdClassName
{
border-color: #33458B;
}
.TagClassName
{
border-color: #33458B;
}
</style>