Shades of Tory Blue #203F8E
Tints of Tory Blue #203F8E
RGB
CMYK
RGB Variations
Color information
#203F8E (or 0x203F8E) is known color: Tory Blue. HEX triplet: 20, 3F and 8E. RGB value is (32,63,142). Sum of RGB (Red+Green+Blue) = 32+63+142=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 142 (55.86% from 255 or 59.92% from 237); Max value from RGB is 142 - color contains mainly: blue. Hex color #203F8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203F8E is #DFC071. Grayscale: #3E3E3E. Windows color (decimal): -14663794 or 9322272. OLE color: 9322272.
HSL color Cylindrical-coordinate representation of color #203F8E: hue angle of 223.09º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #203F8E is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 63 | 142 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.44 |
| HSL | 223.09º | 0.63% | 0.34% | - |
| HSV(B) | 223.09º | 0.77% | 0.56% | - |
| XYZ | 7.26 | 5.82 | 26.33 | - |
| YUV | 62.74 | 172.73 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 142 | 0.77 | 0.56 | 0 | 0.44 | 223.09 | 0.63 | 0.34 |
| Hex | 20 | 3F | 8E | 4D | 38 | 0 | 2C | DF | 3F | 22 |
| Octal | 40 | 77 | 216 | 115 | 70 | 0 | 54 | 337 | 77 | 42 |
| Binary | 100000 | 111111 | 10001110 | 1001101 | 111000 | 0 | 101100 | 11011111 | 111111 | 100010 |
Color Harmonies of #203F8E
Complementary color
Monochromatic Colors of #203F8E
Black with #203F8E
Text Example
Text Example
White with #203F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F8E; }
p { color: rgb(32,63,142); }
H1.HeaderClassName
{
color: #203F8E;
}
.AnyTagClassName
{
color: #203F8E;
}
</style>
background-color css
<style>
a { background-color: #203F8E; }
a { background-color: rgb(32,63,142); }
div.DivClassName
{
background-color: #203F8E;
}
.BgClassName
{
background-color: #203F8E;
}
</style>
border-color css
<style>
span { border-color: #203F8E; }
span { border-color: rgb(32,63,142); }
td.TdClassName
{
border-color: #203F8E;
}
.TagClassName
{
border-color: #203F8E;
}
</style>