Shades of Tory Blue #364A8A
Tints of Tory Blue #364A8A
RGB
CMYK
RGB Variations
Color information
#364A8A (or 0x364A8A) is known color: Tory Blue. HEX triplet: 36, 4A and 8A. RGB value is (54,74,138). Sum of RGB (Red+Green+Blue) = 54+74+138=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 138 (54.30% from 255 or 51.88% from 266); Max value from RGB is 138 - color contains mainly: blue. Hex color #364A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364A8A is #C9B575. Grayscale: #4B4B4B. Windows color (decimal): -13219190 or 9062966. OLE color: 9062966.
HSL color Cylindrical-coordinate representation of color #364A8A: hue angle of 225.71º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #364A8A is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 74 | 138 | - |
| CMYK | 0.61 | 0.46 | 0 | 0.46 |
| HSL | 225.71º | 0.44% | 0.38% | - |
| HSV(B) | 225.71º | 0.61% | 0.54% | - |
| XYZ | 8.56 | 7.52 | 25.04 | - |
| YUV | 75.32 | 163.37 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 74 | 138 | 0.61 | 0.46 | 0 | 0.46 | 225.71 | 0.44 | 0.38 |
| Hex | 36 | 4A | 8A | 3D | 2E | 0 | 2E | E2 | 2C | 26 |
| Octal | 66 | 112 | 212 | 75 | 56 | 0 | 56 | 342 | 54 | 46 |
| Binary | 110110 | 1001010 | 10001010 | 111101 | 101110 | 0 | 101110 | 11100010 | 101100 | 100110 |
Color Harmonies of #364A8A
Complementary color
Monochromatic Colors of #364A8A
Black with #364A8A
Text Example
Text Example
White with #364A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364A8A; }
p { color: rgb(54,74,138); }
H1.HeaderClassName
{
color: #364A8A;
}
.AnyTagClassName
{
color: #364A8A;
}
</style>
background-color css
<style>
a { background-color: #364A8A; }
a { background-color: rgb(54,74,138); }
div.DivClassName
{
background-color: #364A8A;
}
.BgClassName
{
background-color: #364A8A;
}
</style>
border-color css
<style>
span { border-color: #364A8A; }
span { border-color: rgb(54,74,138); }
td.TdClassName
{
border-color: #364A8A;
}
.TagClassName
{
border-color: #364A8A;
}
</style>