Shades of Tory Blue #363FA0
Tints of Tory Blue #363FA0
RGB
CMYK
RGB Variations
Color information
#363FA0 (or 0x363FA0) is known color: Tory Blue. HEX triplet: 36, 3F and A0. RGB value is (54,63,160). Sum of RGB (Red+Green+Blue) = 54+63+160=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 160 (62.89% from 255 or 57.76% from 277); Max value from RGB is 160 - color contains mainly: blue. Hex color #363FA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363FA0 is #C9C05F. Grayscale: #464646. Windows color (decimal): -13221984 or 10501942. OLE color: 10501942.
HSL color Cylindrical-coordinate representation of color #363FA0: hue angle of 234.91º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #363FA0 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 63 | 160 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.37 |
| HSL | 234.91º | 0.5% | 0.42% | - |
| HSV(B) | 234.91º | 0.66% | 0.63% | - |
| XYZ | 9.64 | 6.88 | 34.08 | - |
| YUV | 71.37 | 178.02 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 160 | 0.66 | 0.61 | 0 | 0.37 | 234.91 | 0.5 | 0.42 |
| Hex | 36 | 3F | A0 | 42 | 3D | 0 | 25 | EB | 32 | 2A |
| Octal | 66 | 77 | 240 | 102 | 75 | 0 | 45 | 353 | 62 | 52 |
| Binary | 110110 | 111111 | 10100000 | 1000010 | 111101 | 0 | 100101 | 11101011 | 110010 | 101010 |
Color Harmonies of #363FA0
Complementary color
Monochromatic Colors of #363FA0
Black with #363FA0
Text Example
Text Example
White with #363FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363FA0; }
p { color: rgb(54,63,160); }
H1.HeaderClassName
{
color: #363FA0;
}
.AnyTagClassName
{
color: #363FA0;
}
</style>
background-color css
<style>
a { background-color: #363FA0; }
a { background-color: rgb(54,63,160); }
div.DivClassName
{
background-color: #363FA0;
}
.BgClassName
{
background-color: #363FA0;
}
</style>
border-color css
<style>
span { border-color: #363FA0; }
span { border-color: rgb(54,63,160); }
td.TdClassName
{
border-color: #363FA0;
}
.TagClassName
{
border-color: #363FA0;
}
</style>