Shades of Oxford Blue #202F33
Tints of Oxford Blue #202F33
RGB
CMYK
RGB Variations
Color information
#202F33 (or 0x202F33) is known color: Oxford Blue. HEX triplet: 20, 2F and 33. RGB value is (32,47,51). Sum of RGB (Red+Green+Blue) = 32+47+51=130 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.62% from 130); Green value is 47 (18.75% from 255 or 36.15% from 130); Blue value is 51 (20.31% from 255 or 39.23% from 130); Max value from RGB is 51 - color contains mainly: blue. Hex color #202F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202F33 is #DFD0CC. Grayscale: #2A2A2A. Windows color (decimal): -14667981 or 3354400. OLE color: 3354400.
HSL color Cylindrical-coordinate representation of color #202F33: hue angle of 192.63º 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 #202F33 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 32 | 47 | 51 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.8 |
| HSL | 192.63º | 0.23% | 0.16% | - |
| HSV(B) | 192.63º | 0.37% | 0.2% | - |
| XYZ | 2.21 | 2.58 | 3.51 | - |
| YUV | 42.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 51 | 0.37 | 0.08 | 0 | 0.8 | 192.63 | 0.23 | 0.16 |
| Hex | 20 | 2F | 33 | 25 | 8 | 0 | 50 | C1 | 17 | 10 |
| Octal | 40 | 57 | 63 | 45 | 10 | 0 | 120 | 301 | 27 | 20 |
| Binary | 100000 | 101111 | 110011 | 100101 | 1000 | 0 | 1010000 | 11000001 | 10111 | 10000 |
Color Harmonies of #202F33
Complementary color
Monochromatic Colors of #202F33
Black with #202F33
Text Example
Text Example
White with #202F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202F33; }
p { color: rgb(32,47,51); }
H1.HeaderClassName
{
color: #202F33;
}
.AnyTagClassName
{
color: #202F33;
}
</style>
background-color css
<style>
a { background-color: #202F33; }
a { background-color: rgb(32,47,51); }
div.DivClassName
{
background-color: #202F33;
}
.BgClassName
{
background-color: #202F33;
}
</style>
border-color css
<style>
span { border-color: #202F33; }
span { border-color: rgb(32,47,51); }
td.TdClassName
{
border-color: #202F33;
}
.TagClassName
{
border-color: #202F33;
}
</style>