Shades of Oxford Blue #212F32
Tints of Oxford Blue #212F32
RGB
CMYK
RGB Variations
Color information
#212F32 (or 0x212F32) is known color: Oxford Blue. HEX triplet: 21, 2F and 32. RGB value is (33,47,50). Sum of RGB (Red+Green+Blue) = 33+47+50=130 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.38% from 130); Green value is 47 (18.75% from 255 or 36.15% from 130); Blue value is 50 (19.92% from 255 or 38.46% from 130); Max value from RGB is 50 - color contains mainly: blue. Hex color #212F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212F32 is #DED0CD. Grayscale: #2B2B2B. Windows color (decimal): -14602446 or 3288865. OLE color: 3288865.
HSL color Cylindrical-coordinate representation of color #212F32: hue angle of 190.59º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #212F32 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 33 | 47 | 50 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.80 |
| HSL | 190.59º | 0.2% | 0.16% | - |
| HSV(B) | 190.59º | 0.34% | 0.2% | - |
| XYZ | 2.22 | 2.59 | 3.4 | - |
| YUV | 43.16 | 131.86 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 50 | 0.34 | 0.06 | 0 | 0.80 | 190.59 | 0.2 | 0.16 |
| Hex | 21 | 2F | 32 | 22 | 6 | 0 | 50 | BF | 14 | 10 |
| Octal | 41 | 57 | 62 | 42 | 6 | 0 | 120 | 277 | 24 | 20 |
| Binary | 100001 | 101111 | 110010 | 100010 | 110 | 0 | 1010000 | 10111111 | 10100 | 10000 |
Color Harmonies of #212F32
Complementary color
Monochromatic Colors of #212F32
Black with #212F32
Text Example
Text Example
White with #212F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212F32; }
p { color: rgb(33,47,50); }
H1.HeaderClassName
{
color: #212F32;
}
.AnyTagClassName
{
color: #212F32;
}
</style>
background-color css
<style>
a { background-color: #212F32; }
a { background-color: rgb(33,47,50); }
div.DivClassName
{
background-color: #212F32;
}
.BgClassName
{
background-color: #212F32;
}
</style>
border-color css
<style>
span { border-color: #212F32; }
span { border-color: rgb(33,47,50); }
td.TdClassName
{
border-color: #212F32;
}
.TagClassName
{
border-color: #212F32;
}
</style>