Shades of Tory Blue #445382
Tints of Tory Blue #445382
RGB
CMYK
RGB Variations
Color information
#445382 (or 0x445382) is known color: Tory Blue. HEX triplet: 44, 53 and 82. RGB value is (68,83,130). Sum of RGB (Red+Green+Blue) = 68+83+130=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #445382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445382 is #BBAC7D. Grayscale: #535353. Windows color (decimal): -12299390 or 8540996. OLE color: 8540996.
HSL color Cylindrical-coordinate representation of color #445382: hue angle of 225.48º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #445382 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 83 | 130 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.49 |
| HSL | 225.48º | 0.31% | 0.39% | - |
| HSV(B) | 225.48º | 0.48% | 0.51% | - |
| XYZ | 9.51 | 9.03 | 22.36 | - |
| YUV | 83.87 | 154.03 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 83 | 130 | 0.48 | 0.36 | 0 | 0.49 | 225.48 | 0.31 | 0.39 |
| Hex | 44 | 53 | 82 | 30 | 24 | 0 | 31 | E1 | 1F | 27 |
| Octal | 104 | 123 | 202 | 60 | 44 | 0 | 61 | 341 | 37 | 47 |
| Binary | 1000100 | 1010011 | 10000010 | 110000 | 100100 | 0 | 110001 | 11100001 | 11111 | 100111 |
Color Harmonies of #445382
Complementary color
Monochromatic Colors of #445382
Black with #445382
Text Example
Text Example
White with #445382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445382; }
p { color: rgb(68,83,130); }
H1.HeaderClassName
{
color: #445382;
}
.AnyTagClassName
{
color: #445382;
}
</style>
background-color css
<style>
a { background-color: #445382; }
a { background-color: rgb(68,83,130); }
div.DivClassName
{
background-color: #445382;
}
.BgClassName
{
background-color: #445382;
}
</style>
border-color css
<style>
span { border-color: #445382; }
span { border-color: rgb(68,83,130); }
td.TdClassName
{
border-color: #445382;
}
.TagClassName
{
border-color: #445382;
}
</style>