Shades of Tory Blue #45538C
Tints of Tory Blue #45538C
RGB
CMYK
RGB Variations
Color information
#45538C (or 0x45538C) is known color: Tory Blue. HEX triplet: 45, 53 and 8C. RGB value is (69,83,140). Sum of RGB (Red+Green+Blue) = 69+83+140=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #45538C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45538C is #BAAC73. Grayscale: #555555. Windows color (decimal): -12233844 or 9196357. OLE color: 9196357.
HSL color Cylindrical-coordinate representation of color #45538C: hue angle of 228.17º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #45538C is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 83 | 140 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.45 |
| HSL | 228.17º | 0.34% | 0.41% | - |
| HSV(B) | 228.17º | 0.51% | 0.55% | - |
| XYZ | 10.28 | 9.35 | 26.07 | - |
| YUV | 85.31 | 158.86 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 140 | 0.51 | 0.41 | 0 | 0.45 | 228.17 | 0.34 | 0.41 |
| Hex | 45 | 53 | 8C | 33 | 29 | 0 | 2D | E4 | 22 | 29 |
| Octal | 105 | 123 | 214 | 63 | 51 | 0 | 55 | 344 | 42 | 51 |
| Binary | 1000101 | 1010011 | 10001100 | 110011 | 101001 | 0 | 101101 | 11100100 | 100010 | 101001 |
Color Harmonies of #45538C
Complementary color
Monochromatic Colors of #45538C
Black with #45538C
Text Example
Text Example
White with #45538C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45538C; }
p { color: rgb(69,83,140); }
H1.HeaderClassName
{
color: #45538C;
}
.AnyTagClassName
{
color: #45538C;
}
</style>
background-color css
<style>
a { background-color: #45538C; }
a { background-color: rgb(69,83,140); }
div.DivClassName
{
background-color: #45538C;
}
.BgClassName
{
background-color: #45538C;
}
</style>
border-color css
<style>
span { border-color: #45538C; }
span { border-color: rgb(69,83,140); }
td.TdClassName
{
border-color: #45538C;
}
.TagClassName
{
border-color: #45538C;
}
</style>