Shades of Tory Blue #203F90
Tints of Tory Blue #203F90
RGB
CMYK
RGB Variations
Color information
#203F90 (or 0x203F90) is known color: Tory Blue. HEX triplet: 20, 3F and 90. RGB value is (32,63,144). Sum of RGB (Red+Green+Blue) = 32+63+144=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 144 (56.64% from 255 or 60.25% from 239); Max value from RGB is 144 - color contains mainly: blue. Hex color #203F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203F90 is #DFC06F. Grayscale: #3E3E3E. Windows color (decimal): -14663792 or 9453344. OLE color: 9453344.
HSL color Cylindrical-coordinate representation of color #203F90: hue angle of 223.39º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #203F90 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 63 | 144 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.44 |
| HSL | 223.39º | 0.64% | 0.35% | - |
| HSV(B) | 223.39º | 0.78% | 0.56% | - |
| XYZ | 7.41 | 5.88 | 27.13 | - |
| YUV | 62.97 | 173.73 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 144 | 0.78 | 0.56 | 0 | 0.44 | 223.39 | 0.64 | 0.35 |
| Hex | 20 | 3F | 90 | 4E | 38 | 0 | 2C | DF | 40 | 23 |
| Octal | 40 | 77 | 220 | 116 | 70 | 0 | 54 | 337 | 100 | 43 |
| Binary | 100000 | 111111 | 10010000 | 1001110 | 111000 | 0 | 101100 | 11011111 | 1000000 | 100011 |
Color Harmonies of #203F90
Complementary color
Monochromatic Colors of #203F90
Black with #203F90
Text Example
Text Example
White with #203F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F90; }
p { color: rgb(32,63,144); }
H1.HeaderClassName
{
color: #203F90;
}
.AnyTagClassName
{
color: #203F90;
}
</style>
background-color css
<style>
a { background-color: #203F90; }
a { background-color: rgb(32,63,144); }
div.DivClassName
{
background-color: #203F90;
}
.BgClassName
{
background-color: #203F90;
}
</style>
border-color css
<style>
span { border-color: #203F90; }
span { border-color: rgb(32,63,144); }
td.TdClassName
{
border-color: #203F90;
}
.TagClassName
{
border-color: #203F90;
}
</style>