Shades of Tory Blue #203D8B
Tints of Tory Blue #203D8B
RGB
CMYK
RGB Variations
Color information
#203D8B (or 0x203D8B) is known color: Tory Blue. HEX triplet: 20, 3D and 8B. RGB value is (32,61,139). Sum of RGB (Red+Green+Blue) = 32+61+139=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #203D8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203D8B is #DFC274. Grayscale: #3C3C3C. Windows color (decimal): -14664309 or 9125152. OLE color: 9125152.
HSL color Cylindrical-coordinate representation of color #203D8B: hue angle of 223.74º 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 #203D8B is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 61 | 139 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.45 |
| HSL | 223.74º | 0.63% | 0.34% | - |
| HSV(B) | 223.74º | 0.77% | 0.55% | - |
| XYZ | 6.92 | 5.51 | 25.12 | - |
| YUV | 61.22 | 171.89 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 139 | 0.77 | 0.56 | 0 | 0.45 | 223.74 | 0.63 | 0.34 |
| Hex | 20 | 3D | 8B | 4D | 38 | 0 | 2D | E0 | 3F | 22 |
| Octal | 40 | 75 | 213 | 115 | 70 | 0 | 55 | 340 | 77 | 42 |
| Binary | 100000 | 111101 | 10001011 | 1001101 | 111000 | 0 | 101101 | 11100000 | 111111 | 100010 |
Color Harmonies of #203D8B
Complementary color
Monochromatic Colors of #203D8B
Black with #203D8B
Text Example
Text Example
White with #203D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203D8B; }
p { color: rgb(32,61,139); }
H1.HeaderClassName
{
color: #203D8B;
}
.AnyTagClassName
{
color: #203D8B;
}
</style>
background-color css
<style>
a { background-color: #203D8B; }
a { background-color: rgb(32,61,139); }
div.DivClassName
{
background-color: #203D8B;
}
.BgClassName
{
background-color: #203D8B;
}
</style>
border-color css
<style>
span { border-color: #203D8B; }
span { border-color: rgb(32,61,139); }
td.TdClassName
{
border-color: #203D8B;
}
.TagClassName
{
border-color: #203D8B;
}
</style>