Shades of Tory Blue #364385
Tints of Tory Blue #364385
RGB
CMYK
RGB Variations
Color information
#364385 (or 0x364385) is known color: Tory Blue. HEX triplet: 36, 43 and 85. RGB value is (54,67,133). Sum of RGB (Red+Green+Blue) = 54+67+133=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #364385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364385 is #C9BC7A. Grayscale: #464646. Windows color (decimal): -13220987 or 8733494. OLE color: 8733494.
HSL color Cylindrical-coordinate representation of color #364385: hue angle of 230.13º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #364385 is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 54 | 67 | 133 | - |
| CMYK | 0.59 | 0.50 | 0 | 0.48 |
| HSL | 230.13º | 0.42% | 0.37% | - |
| HSV(B) | 230.13º | 0.59% | 0.52% | - |
| XYZ | 7.76 | 6.49 | 23.03 | - |
| YUV | 70.64 | 163.19 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 67 | 133 | 0.59 | 0.50 | 0 | 0.48 | 230.13 | 0.42 | 0.37 |
| Hex | 36 | 43 | 85 | 3B | 32 | 0 | 30 | E6 | 2A | 25 |
| Octal | 66 | 103 | 205 | 73 | 62 | 0 | 60 | 346 | 52 | 45 |
| Binary | 110110 | 1000011 | 10000101 | 111011 | 110010 | 0 | 110000 | 11100110 | 101010 | 100101 |
Color Harmonies of #364385
Complementary color
Monochromatic Colors of #364385
Black with #364385
Text Example
Text Example
White with #364385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364385; }
p { color: rgb(54,67,133); }
H1.HeaderClassName
{
color: #364385;
}
.AnyTagClassName
{
color: #364385;
}
</style>
background-color css
<style>
a { background-color: #364385; }
a { background-color: rgb(54,67,133); }
div.DivClassName
{
background-color: #364385;
}
.BgClassName
{
background-color: #364385;
}
</style>
border-color css
<style>
span { border-color: #364385; }
span { border-color: rgb(54,67,133); }
td.TdClassName
{
border-color: #364385;
}
.TagClassName
{
border-color: #364385;
}
</style>