Shades of Oxford Blue #202F36
Tints of Oxford Blue #202F36
RGB
CMYK
RGB Variations
Color information
#202F36 (or 0x202F36) is known color: Oxford Blue. HEX triplet: 20, 2F and 36. RGB value is (32,47,54). Sum of RGB (Red+Green+Blue) = 32+47+54=133 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.06% from 133); Green value is 47 (18.75% from 255 or 35.34% from 133); Blue value is 54 (21.48% from 255 or 40.60% from 133); Max value from RGB is 54 - color contains mainly: blue. Hex color #202F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202F36 is #DFD0C9. Grayscale: #2B2B2B. Windows color (decimal): -14667978 or 3551008. OLE color: 3551008.
HSL color Cylindrical-coordinate representation of color #202F36: hue angle of 199.09º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #202F36 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 32 | 47 | 54 | - |
| CMYK | 0.41 | 0.13 | 0 | 0.79 |
| HSL | 199.09º | 0.26% | 0.17% | - |
| HSV(B) | 199.09º | 0.41% | 0.21% | - |
| XYZ | 2.28 | 2.61 | 3.87 | - |
| YUV | 43.31 | 134.03 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 54 | 0.41 | 0.13 | 0 | 0.79 | 199.09 | 0.26 | 0.17 |
| Hex | 20 | 2F | 36 | 29 | D | 0 | 4F | C7 | 1A | 11 |
| Octal | 40 | 57 | 66 | 51 | 15 | 0 | 117 | 307 | 32 | 21 |
| Binary | 100000 | 101111 | 110110 | 101001 | 1101 | 0 | 1001111 | 11000111 | 11010 | 10001 |
Color Harmonies of #202F36
Complementary color
Monochromatic Colors of #202F36
Black with #202F36
Text Example
Text Example
White with #202F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202F36; }
p { color: rgb(32,47,54); }
H1.HeaderClassName
{
color: #202F36;
}
.AnyTagClassName
{
color: #202F36;
}
</style>
background-color css
<style>
a { background-color: #202F36; }
a { background-color: rgb(32,47,54); }
div.DivClassName
{
background-color: #202F36;
}
.BgClassName
{
background-color: #202F36;
}
</style>
border-color css
<style>
span { border-color: #202F36; }
span { border-color: rgb(32,47,54); }
td.TdClassName
{
border-color: #202F36;
}
.TagClassName
{
border-color: #202F36;
}
</style>