Shades of Oxford Blue #2B373B
Tints of Oxford Blue #2B373B
RGB
CMYK
RGB Variations
Color information
#2B373B (or 0x2B373B) is known color: Oxford Blue. HEX triplet: 2B, 37 and 3B. RGB value is (43,55,59). Sum of RGB (Red+Green+Blue) = 43+55+59=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 59 (23.44% from 255 or 37.58% from 157); Max value from RGB is 59 - color contains mainly: blue. Hex color #2B373B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B373B is #D4C8C4. Grayscale: #333333. Windows color (decimal): -13945029 or 3880747. OLE color: 3880747.
HSL color Cylindrical-coordinate representation of color #2B373B: hue angle of 195º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2B373B is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 43 | 55 | 59 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.77 |
| HSL | 195º | 0.16% | 0.2% | - |
| HSV(B) | 195º | 0.27% | 0.23% | - |
| XYZ | 3.15 | 3.56 | 4.66 | - |
| YUV | 51.87 | 132.02 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 55 | 59 | 0.27 | 0.07 | 0 | 0.77 | 195 | 0.16 | 0.2 |
| Hex | 2B | 37 | 3B | 1B | 7 | 0 | 4D | C3 | 10 | 14 |
| Octal | 53 | 67 | 73 | 33 | 7 | 0 | 115 | 303 | 20 | 24 |
| Binary | 101011 | 110111 | 111011 | 11011 | 111 | 0 | 1001101 | 11000011 | 10000 | 10100 |
Color Harmonies of #2B373B
Complementary color
Monochromatic Colors of #2B373B
Black with #2B373B
Text Example
Text Example
White with #2B373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B373B; }
p { color: rgb(43,55,59); }
H1.HeaderClassName
{
color: #2B373B;
}
.AnyTagClassName
{
color: #2B373B;
}
</style>
background-color css
<style>
a { background-color: #2B373B; }
a { background-color: rgb(43,55,59); }
div.DivClassName
{
background-color: #2B373B;
}
.BgClassName
{
background-color: #2B373B;
}
</style>
border-color css
<style>
span { border-color: #2B373B; }
span { border-color: rgb(43,55,59); }
td.TdClassName
{
border-color: #2B373B;
}
.TagClassName
{
border-color: #2B373B;
}
</style>