Shades of Oxford Blue #203139
Tints of Oxford Blue #203139
RGB
CMYK
RGB Variations
Color information
#203139 (or 0x203139) is known color: Oxford Blue. HEX triplet: 20, 31 and 39. RGB value is (32,49,57). Sum of RGB (Red+Green+Blue) = 32+49+57=138 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.19% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 57 - color contains mainly: blue. Hex color #203139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203139 is #DFCEC6. Grayscale: #2C2C2C. Windows color (decimal): -14667463 or 3748128. OLE color: 3748128.
HSL color Cylindrical-coordinate representation of color #203139: hue angle of 199.2º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #203139 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 49 | 57 | - |
| CMYK | 0.44 | 0.14 | 0 | 0.78 |
| HSL | 199.2º | 0.28% | 0.17% | - |
| HSV(B) | 199.2º | 0.44% | 0.22% | - |
| XYZ | 2.43 | 2.8 | 4.28 | - |
| YUV | 44.83 | 134.87 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 49 | 57 | 0.44 | 0.14 | 0 | 0.78 | 199.2 | 0.28 | 0.17 |
| Hex | 20 | 31 | 39 | 2C | E | 0 | 4E | C7 | 1C | 11 |
| Octal | 40 | 61 | 71 | 54 | 16 | 0 | 116 | 307 | 34 | 21 |
| Binary | 100000 | 110001 | 111001 | 101100 | 1110 | 0 | 1001110 | 11000111 | 11100 | 10001 |
Color Harmonies of #203139
Complementary color
Monochromatic Colors of #203139
Black with #203139
Text Example
Text Example
White with #203139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203139; }
p { color: rgb(32,49,57); }
H1.HeaderClassName
{
color: #203139;
}
.AnyTagClassName
{
color: #203139;
}
</style>
background-color css
<style>
a { background-color: #203139; }
a { background-color: rgb(32,49,57); }
div.DivClassName
{
background-color: #203139;
}
.BgClassName
{
background-color: #203139;
}
</style>
border-color css
<style>
span { border-color: #203139; }
span { border-color: rgb(32,49,57); }
td.TdClassName
{
border-color: #203139;
}
.TagClassName
{
border-color: #203139;
}
</style>