Shades of Tory Blue #203E8D
Tints of Tory Blue #203E8D
RGB
CMYK
RGB Variations
Color information
#203E8D (or 0x203E8D) is known color: Tory Blue. HEX triplet: 20, 3E and 8D. RGB value is (32,62,141). Sum of RGB (Red+Green+Blue) = 32+62+141=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 62 (24.61% from 255 or 26.38% from 235); Blue value is 141 (55.47% from 255 or 60% from 235); Max value from RGB is 141 - color contains mainly: blue. Hex color #203E8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203E8D is #DFC172. Grayscale: #3D3D3D. Windows color (decimal): -14664051 or 9256480. OLE color: 9256480.
HSL color Cylindrical-coordinate representation of color #203E8D: hue angle of 223.49º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #203E8D is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 62 | 141 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.45 |
| HSL | 223.49º | 0.63% | 0.34% | - |
| HSV(B) | 223.49º | 0.77% | 0.55% | - |
| XYZ | 7.13 | 5.68 | 25.92 | - |
| YUV | 62.04 | 172.56 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 62 | 141 | 0.77 | 0.56 | 0 | 0.45 | 223.49 | 0.63 | 0.34 |
| Hex | 20 | 3E | 8D | 4D | 38 | 0 | 2D | DF | 3F | 22 |
| Octal | 40 | 76 | 215 | 115 | 70 | 0 | 55 | 337 | 77 | 42 |
| Binary | 100000 | 111110 | 10001101 | 1001101 | 111000 | 0 | 101101 | 11011111 | 111111 | 100010 |
Color Harmonies of #203E8D
Complementary color
Monochromatic Colors of #203E8D
Black with #203E8D
Text Example
Text Example
White with #203E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203E8D; }
p { color: rgb(32,62,141); }
H1.HeaderClassName
{
color: #203E8D;
}
.AnyTagClassName
{
color: #203E8D;
}
</style>
background-color css
<style>
a { background-color: #203E8D; }
a { background-color: rgb(32,62,141); }
div.DivClassName
{
background-color: #203E8D;
}
.BgClassName
{
background-color: #203E8D;
}
</style>
border-color css
<style>
span { border-color: #203E8D; }
span { border-color: rgb(32,62,141); }
td.TdClassName
{
border-color: #203E8D;
}
.TagClassName
{
border-color: #203E8D;
}
</style>