Shades of Tory Blue #204393
Tints of Tory Blue #204393
RGB
CMYK
RGB Variations
Color information
#204393 (or 0x204393) is known color: Tory Blue. HEX triplet: 20, 43 and 93. RGB value is (32,67,147). Sum of RGB (Red+Green+Blue) = 32+67+147=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 147 (57.81% from 255 or 59.76% from 246); Max value from RGB is 147 - color contains mainly: blue. Hex color #204393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204393 is #DFBC6C. Grayscale: #414141. Windows color (decimal): -14662765 or 9650976. OLE color: 9650976.
HSL color Cylindrical-coordinate representation of color #204393: hue angle of 221.74º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #204393 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 67 | 147 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.42 |
| HSL | 221.74º | 0.64% | 0.35% | - |
| HSV(B) | 221.74º | 0.78% | 0.58% | - |
| XYZ | 7.87 | 6.43 | 28.43 | - |
| YUV | 65.66 | 173.9 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 67 | 147 | 0.78 | 0.54 | 0 | 0.42 | 221.74 | 0.64 | 0.35 |
| Hex | 20 | 43 | 93 | 4E | 36 | 0 | 2A | DE | 40 | 23 |
| Octal | 40 | 103 | 223 | 116 | 66 | 0 | 52 | 336 | 100 | 43 |
| Binary | 100000 | 1000011 | 10010011 | 1001110 | 110110 | 0 | 101010 | 11011110 | 1000000 | 100011 |
Color Harmonies of #204393
Complementary color
Monochromatic Colors of #204393
Black with #204393
Text Example
Text Example
White with #204393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204393; }
p { color: rgb(32,67,147); }
H1.HeaderClassName
{
color: #204393;
}
.AnyTagClassName
{
color: #204393;
}
</style>
background-color css
<style>
a { background-color: #204393; }
a { background-color: rgb(32,67,147); }
div.DivClassName
{
background-color: #204393;
}
.BgClassName
{
background-color: #204393;
}
</style>
border-color css
<style>
span { border-color: #204393; }
span { border-color: rgb(32,67,147); }
td.TdClassName
{
border-color: #204393;
}
.TagClassName
{
border-color: #204393;
}
</style>