Shades of Tory Blue #36449A
Tints of Tory Blue #36449A
RGB
CMYK
RGB Variations
Color information
#36449A (or 0x36449A) is known color: Tory Blue. HEX triplet: 36, 44 and 9A. RGB value is (54,68,154). Sum of RGB (Red+Green+Blue) = 54+68+154=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 154 (60.55% from 255 or 55.80% from 276); Max value from RGB is 154 - color contains mainly: blue. Hex color #36449A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36449A is #C9BB65. Grayscale: #494949. Windows color (decimal): -13220710 or 10110006. OLE color: 10110006.
HSL color Cylindrical-coordinate representation of color #36449A: hue angle of 231.6º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36449A is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 68 | 154 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.40 |
| HSL | 231.6º | 0.48% | 0.41% | - |
| HSV(B) | 231.6º | 0.65% | 0.6% | - |
| XYZ | 9.42 | 7.25 | 31.48 | - |
| YUV | 73.62 | 173.36 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 68 | 154 | 0.65 | 0.56 | 0 | 0.40 | 231.6 | 0.48 | 0.41 |
| Hex | 36 | 44 | 9A | 41 | 38 | 0 | 28 | E8 | 30 | 29 |
| Octal | 66 | 104 | 232 | 101 | 70 | 0 | 50 | 350 | 60 | 51 |
| Binary | 110110 | 1000100 | 10011010 | 1000001 | 111000 | 0 | 101000 | 11101000 | 110000 | 101001 |
Color Harmonies of #36449A
Complementary color
Monochromatic Colors of #36449A
Black with #36449A
Text Example
Text Example
White with #36449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36449A; }
p { color: rgb(54,68,154); }
H1.HeaderClassName
{
color: #36449A;
}
.AnyTagClassName
{
color: #36449A;
}
</style>
background-color css
<style>
a { background-color: #36449A; }
a { background-color: rgb(54,68,154); }
div.DivClassName
{
background-color: #36449A;
}
.BgClassName
{
background-color: #36449A;
}
</style>
border-color css
<style>
span { border-color: #36449A; }
span { border-color: rgb(54,68,154); }
td.TdClassName
{
border-color: #36449A;
}
.TagClassName
{
border-color: #36449A;
}
</style>