Shades of Tory Blue #364B90
Tints of Tory Blue #364B90
RGB
CMYK
RGB Variations
Color information
#364B90 (or 0x364B90) is known color: Tory Blue. HEX triplet: 36, 4B and 90. RGB value is (54,75,144). Sum of RGB (Red+Green+Blue) = 54+75+144=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #364B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364B90 is #C9B46F. Grayscale: #4C4C4C. Windows color (decimal): -13218928 or 9456438. OLE color: 9456438.
HSL color Cylindrical-coordinate representation of color #364B90: hue angle of 226º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #364B90 is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 75 | 144 | - |
| CMYK | 0.63 | 0.48 | 0 | 0.44 |
| HSL | 226º | 0.45% | 0.39% | - |
| HSV(B) | 226º | 0.63% | 0.56% | - |
| XYZ | 9.07 | 7.83 | 27.42 | - |
| YUV | 76.59 | 166.04 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 75 | 144 | 0.63 | 0.48 | 0 | 0.44 | 226 | 0.45 | 0.39 |
| Hex | 36 | 4B | 90 | 3F | 30 | 0 | 2C | E2 | 2D | 27 |
| Octal | 66 | 113 | 220 | 77 | 60 | 0 | 54 | 342 | 55 | 47 |
| Binary | 110110 | 1001011 | 10010000 | 111111 | 110000 | 0 | 101100 | 11100010 | 101101 | 100111 |
Color Harmonies of #364B90
Complementary color
Monochromatic Colors of #364B90
Black with #364B90
Text Example
Text Example
White with #364B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364B90; }
p { color: rgb(54,75,144); }
H1.HeaderClassName
{
color: #364B90;
}
.AnyTagClassName
{
color: #364B90;
}
</style>
background-color css
<style>
a { background-color: #364B90; }
a { background-color: rgb(54,75,144); }
div.DivClassName
{
background-color: #364B90;
}
.BgClassName
{
background-color: #364B90;
}
</style>
border-color css
<style>
span { border-color: #364B90; }
span { border-color: rgb(54,75,144); }
td.TdClassName
{
border-color: #364B90;
}
.TagClassName
{
border-color: #364B90;
}
</style>