Shades of Oxford Blue #202E33
Tints of Oxford Blue #202E33
RGB
CMYK
RGB Variations
Color information
#202E33 (or 0x202E33) is known color: Oxford Blue. HEX triplet: 20, 2E and 33. RGB value is (32,46,51). Sum of RGB (Red+Green+Blue) = 32+46+51=129 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.81% from 129); Green value is 46 (18.36% from 255 or 35.66% from 129); Blue value is 51 (20.31% from 255 or 39.53% from 129); Max value from RGB is 51 - color contains mainly: blue. Hex color #202E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202E33 is #DFD1CC. Grayscale: #2A2A2A. Windows color (decimal): -14668237 or 3354144. OLE color: 3354144.
HSL color Cylindrical-coordinate representation of color #202E33: hue angle of 195.79º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #202E33 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 32 | 46 | 51 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.8 |
| HSL | 195.79º | 0.23% | 0.16% | - |
| HSV(B) | 195.79º | 0.37% | 0.2% | - |
| XYZ | 2.17 | 2.5 | 3.5 | - |
| YUV | 42.38 | 132.86 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 51 | 0.37 | 0.10 | 0 | 0.8 | 195.79 | 0.23 | 0.16 |
| Hex | 20 | 2E | 33 | 25 | A | 0 | 50 | C4 | 17 | 10 |
| Octal | 40 | 56 | 63 | 45 | 12 | 0 | 120 | 304 | 27 | 20 |
| Binary | 100000 | 101110 | 110011 | 100101 | 1010 | 0 | 1010000 | 11000100 | 10111 | 10000 |
Color Harmonies of #202E33
Complementary color
Monochromatic Colors of #202E33
Black with #202E33
Text Example
Text Example
White with #202E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E33; }
p { color: rgb(32,46,51); }
H1.HeaderClassName
{
color: #202E33;
}
.AnyTagClassName
{
color: #202E33;
}
</style>
background-color css
<style>
a { background-color: #202E33; }
a { background-color: rgb(32,46,51); }
div.DivClassName
{
background-color: #202E33;
}
.BgClassName
{
background-color: #202E33;
}
</style>
border-color css
<style>
span { border-color: #202E33; }
span { border-color: rgb(32,46,51); }
td.TdClassName
{
border-color: #202E33;
}
.TagClassName
{
border-color: #202E33;
}
</style>