Shades of Oxford Blue #203037
Tints of Oxford Blue #203037
RGB
CMYK
RGB Variations
Color information
#203037 (or 0x203037) is known color: Oxford Blue. HEX triplet: 20, 30 and 37. RGB value is (32,48,55). Sum of RGB (Red+Green+Blue) = 32+48+55=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 55 (21.88% from 255 or 40.74% from 135); Max value from RGB is 55 - color contains mainly: blue. Hex color #203037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203037 is #DFCFC8. Grayscale: #2B2B2B. Windows color (decimal): -14667721 or 3616800. OLE color: 3616800.
HSL color Cylindrical-coordinate representation of color #203037: hue angle of 198.26º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #203037 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 48 | 55 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.78 |
| HSL | 198.26º | 0.26% | 0.17% | - |
| HSV(B) | 198.26º | 0.42% | 0.22% | - |
| XYZ | 2.34 | 2.7 | 4.01 | - |
| YUV | 44.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 48 | 55 | 0.42 | 0.13 | 0 | 0.78 | 198.26 | 0.26 | 0.17 |
| Hex | 20 | 30 | 37 | 2A | D | 0 | 4E | C6 | 1A | 11 |
| Octal | 40 | 60 | 67 | 52 | 15 | 0 | 116 | 306 | 32 | 21 |
| Binary | 100000 | 110000 | 110111 | 101010 | 1101 | 0 | 1001110 | 11000110 | 11010 | 10001 |
Color Harmonies of #203037
Complementary color
Monochromatic Colors of #203037
Black with #203037
Text Example
Text Example
White with #203037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203037; }
p { color: rgb(32,48,55); }
H1.HeaderClassName
{
color: #203037;
}
.AnyTagClassName
{
color: #203037;
}
</style>
background-color css
<style>
a { background-color: #203037; }
a { background-color: rgb(32,48,55); }
div.DivClassName
{
background-color: #203037;
}
.BgClassName
{
background-color: #203037;
}
</style>
border-color css
<style>
span { border-color: #203037; }
span { border-color: rgb(32,48,55); }
td.TdClassName
{
border-color: #203037;
}
.TagClassName
{
border-color: #203037;
}
</style>