Shades of Oxford Blue #212E31
Tints of Oxford Blue #212E31
RGB
CMYK
RGB Variations
Color information
#212E31 (or 0x212E31) is known color: Oxford Blue. HEX triplet: 21, 2E and 31. RGB value is (33,46,49). Sum of RGB (Red+Green+Blue) = 33+46+49=128 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.78% from 128); Green value is 46 (18.36% from 255 or 35.94% from 128); Blue value is 49 (19.53% from 255 or 38.28% from 128); Max value from RGB is 49 - color contains mainly: blue. Hex color #212E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212E31 is #DED1CE. Grayscale: #2A2A2A. Windows color (decimal): -14602703 or 3223073. OLE color: 3223073.
HSL color Cylindrical-coordinate representation of color #212E31: hue angle of 191.25º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #212E31 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 33 | 46 | 49 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.81 |
| HSL | 191.25º | 0.2% | 0.16% | - |
| HSV(B) | 191.25º | 0.33% | 0.19% | - |
| XYZ | 2.16 | 2.5 | 3.27 | - |
| YUV | 42.46 | 131.69 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 46 | 49 | 0.33 | 0.06 | 0 | 0.81 | 191.25 | 0.2 | 0.16 |
| Hex | 21 | 2E | 31 | 21 | 6 | 0 | 51 | BF | 14 | 10 |
| Octal | 41 | 56 | 61 | 41 | 6 | 0 | 121 | 277 | 24 | 20 |
| Binary | 100001 | 101110 | 110001 | 100001 | 110 | 0 | 1010001 | 10111111 | 10100 | 10000 |
Color Harmonies of #212E31
Complementary color
Monochromatic Colors of #212E31
Black with #212E31
Text Example
Text Example
White with #212E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212E31; }
p { color: rgb(33,46,49); }
H1.HeaderClassName
{
color: #212E31;
}
.AnyTagClassName
{
color: #212E31;
}
</style>
background-color css
<style>
a { background-color: #212E31; }
a { background-color: rgb(33,46,49); }
div.DivClassName
{
background-color: #212E31;
}
.BgClassName
{
background-color: #212E31;
}
</style>
border-color css
<style>
span { border-color: #212E31; }
span { border-color: rgb(33,46,49); }
td.TdClassName
{
border-color: #212E31;
}
.TagClassName
{
border-color: #212E31;
}
</style>