Shades of Tory Blue #36449D
Tints of Tory Blue #36449D
RGB
CMYK
RGB Variations
Color information
#36449D (or 0x36449D) is known color: Tory Blue. HEX triplet: 36, 44 and 9D. RGB value is (54,68,157). Sum of RGB (Red+Green+Blue) = 54+68+157=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #36449D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36449D is #C9BB62. Grayscale: #494949. Windows color (decimal): -13220707 or 10306614. OLE color: 10306614.
HSL color Cylindrical-coordinate representation of color #36449D: hue angle of 231.84º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36449D is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 68 | 157 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.38 |
| HSL | 231.84º | 0.49% | 0.41% | - |
| HSV(B) | 231.84º | 0.66% | 0.62% | - |
| XYZ | 9.67 | 7.35 | 32.81 | - |
| YUV | 73.96 | 174.86 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 68 | 157 | 0.66 | 0.57 | 0 | 0.38 | 231.84 | 0.49 | 0.41 |
| Hex | 36 | 44 | 9D | 42 | 39 | 0 | 26 | E8 | 31 | 29 |
| Octal | 66 | 104 | 235 | 102 | 71 | 0 | 46 | 350 | 61 | 51 |
| Binary | 110110 | 1000100 | 10011101 | 1000010 | 111001 | 0 | 100110 | 11101000 | 110001 | 101001 |
Color Harmonies of #36449D
Complementary color
Monochromatic Colors of #36449D
Black with #36449D
Text Example
Text Example
White with #36449D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36449D; }
p { color: rgb(54,68,157); }
H1.HeaderClassName
{
color: #36449D;
}
.AnyTagClassName
{
color: #36449D;
}
</style>
background-color css
<style>
a { background-color: #36449D; }
a { background-color: rgb(54,68,157); }
div.DivClassName
{
background-color: #36449D;
}
.BgClassName
{
background-color: #36449D;
}
</style>
border-color css
<style>
span { border-color: #36449D; }
span { border-color: rgb(54,68,157); }
td.TdClassName
{
border-color: #36449D;
}
.TagClassName
{
border-color: #36449D;
}
</style>