Shades of Oxford Blue #203034
Tints of Oxford Blue #203034
RGB
CMYK
RGB Variations
Color information
#203034 (or 0x203034) is known color: Oxford Blue. HEX triplet: 20, 30 and 34. RGB value is (32,48,52). Sum of RGB (Red+Green+Blue) = 32+48+52=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 52 (20.70% from 255 or 39.39% from 132); Max value from RGB is 52 - color contains mainly: blue. Hex color #203034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203034 is #DFCFCB. Grayscale: #2B2B2B. Windows color (decimal): -14667724 or 3420192. OLE color: 3420192.
HSL color Cylindrical-coordinate representation of color #203034: hue angle of 192º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #203034 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 32 | 48 | 52 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.80 |
| HSL | 192º | 0.24% | 0.16% | - |
| HSV(B) | 192º | 0.38% | 0.2% | - |
| XYZ | 2.27 | 2.67 | 3.64 | - |
| YUV | 43.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 48 | 52 | 0.38 | 0.08 | 0 | 0.80 | 192 | 0.24 | 0.16 |
| Hex | 20 | 30 | 34 | 26 | 8 | 0 | 50 | C0 | 18 | 10 |
| Octal | 40 | 60 | 64 | 46 | 10 | 0 | 120 | 300 | 30 | 20 |
| Binary | 100000 | 110000 | 110100 | 100110 | 1000 | 0 | 1010000 | 11000000 | 11000 | 10000 |
Color Harmonies of #203034
Complementary color
Monochromatic Colors of #203034
Black with #203034
Text Example
Text Example
White with #203034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203034; }
p { color: rgb(32,48,52); }
H1.HeaderClassName
{
color: #203034;
}
.AnyTagClassName
{
color: #203034;
}
</style>
background-color css
<style>
a { background-color: #203034; }
a { background-color: rgb(32,48,52); }
div.DivClassName
{
background-color: #203034;
}
.BgClassName
{
background-color: #203034;
}
</style>
border-color css
<style>
span { border-color: #203034; }
span { border-color: rgb(32,48,52); }
td.TdClassName
{
border-color: #203034;
}
.TagClassName
{
border-color: #203034;
}
</style>