Shades of Tory Blue #364A8C
Tints of Tory Blue #364A8C
RGB
CMYK
RGB Variations
Color information
#364A8C (or 0x364A8C) is known color: Tory Blue. HEX triplet: 36, 4A and 8C. RGB value is (54,74,140). Sum of RGB (Red+Green+Blue) = 54+74+140=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #364A8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364A8C is #C9B573. Grayscale: #4B4B4B. Windows color (decimal): -13219188 or 9194038. OLE color: 9194038.
HSL color Cylindrical-coordinate representation of color #364A8C: hue angle of 226.05º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #364A8C is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 74 | 140 | - |
| CMYK | 0.61 | 0.47 | 0 | 0.45 |
| HSL | 226.05º | 0.44% | 0.38% | - |
| HSV(B) | 226.05º | 0.61% | 0.55% | - |
| XYZ | 8.7 | 7.58 | 25.81 | - |
| YUV | 75.54 | 164.37 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 74 | 140 | 0.61 | 0.47 | 0 | 0.45 | 226.05 | 0.44 | 0.38 |
| Hex | 36 | 4A | 8C | 3D | 2F | 0 | 2D | E2 | 2C | 26 |
| Octal | 66 | 112 | 214 | 75 | 57 | 0 | 55 | 342 | 54 | 46 |
| Binary | 110110 | 1001010 | 10001100 | 111101 | 101111 | 0 | 101101 | 11100010 | 101100 | 100110 |
Color Harmonies of #364A8C
Complementary color
Monochromatic Colors of #364A8C
Black with #364A8C
Text Example
Text Example
White with #364A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364A8C; }
p { color: rgb(54,74,140); }
H1.HeaderClassName
{
color: #364A8C;
}
.AnyTagClassName
{
color: #364A8C;
}
</style>
background-color css
<style>
a { background-color: #364A8C; }
a { background-color: rgb(54,74,140); }
div.DivClassName
{
background-color: #364A8C;
}
.BgClassName
{
background-color: #364A8C;
}
</style>
border-color css
<style>
span { border-color: #364A8C; }
span { border-color: rgb(54,74,140); }
td.TdClassName
{
border-color: #364A8C;
}
.TagClassName
{
border-color: #364A8C;
}
</style>