Shades of Tory Blue #363F99
Tints of Tory Blue #363F99
RGB
CMYK
RGB Variations
Color information
#363F99 (or 0x363F99) is known color: Tory Blue. HEX triplet: 36, 3F and 99. RGB value is (54,63,153). Sum of RGB (Red+Green+Blue) = 54+63+153=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #363F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363F99 is #C9C066. Grayscale: #464646. Windows color (decimal): -13221991 or 10043190. OLE color: 10043190.
HSL color Cylindrical-coordinate representation of color #363F99: hue angle of 234.55º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #363F99 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 54 | 63 | 153 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.4 |
| HSL | 234.55º | 0.48% | 0.41% | - |
| HSV(B) | 234.55º | 0.65% | 0.6% | - |
| XYZ | 9.05 | 6.64 | 30.94 | - |
| YUV | 70.57 | 174.52 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 153 | 0.65 | 0.59 | 0 | 0.4 | 234.55 | 0.48 | 0.41 |
| Hex | 36 | 3F | 99 | 41 | 3B | 0 | 28 | EB | 30 | 29 |
| Octal | 66 | 77 | 231 | 101 | 73 | 0 | 50 | 353 | 60 | 51 |
| Binary | 110110 | 111111 | 10011001 | 1000001 | 111011 | 0 | 101000 | 11101011 | 110000 | 101001 |
Color Harmonies of #363F99
Complementary color
Monochromatic Colors of #363F99
Black with #363F99
Text Example
Text Example
White with #363F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363F99; }
p { color: rgb(54,63,153); }
H1.HeaderClassName
{
color: #363F99;
}
.AnyTagClassName
{
color: #363F99;
}
</style>
background-color css
<style>
a { background-color: #363F99; }
a { background-color: rgb(54,63,153); }
div.DivClassName
{
background-color: #363F99;
}
.BgClassName
{
background-color: #363F99;
}
</style>
border-color css
<style>
span { border-color: #363F99; }
span { border-color: rgb(54,63,153); }
td.TdClassName
{
border-color: #363F99;
}
.TagClassName
{
border-color: #363F99;
}
</style>