Shades of Oxford Blue #2B3437
Tints of Oxford Blue #2B3437
RGB
CMYK
RGB Variations
Color information
#2B3437 (or 0x2B3437) is known color: Oxford Blue. HEX triplet: 2B, 34 and 37. RGB value is (43,52,55). Sum of RGB (Red+Green+Blue) = 43+52+55=150 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.67% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 55 (21.88% from 255 or 36.67% from 150); Max value from RGB is 55 - color contains mainly: blue. Hex color #2B3437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3437 is #D4CBC8. Grayscale: #313131. Windows color (decimal): -13945801 or 3617835. OLE color: 3617835.
HSL color Cylindrical-coordinate representation of color #2B3437: hue angle of 195º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2B3437 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 52 | 55 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.78 |
| HSL | 195º | 0.12% | 0.19% | - |
| HSV(B) | 195º | 0.22% | 0.22% | - |
| XYZ | 2.91 | 3.25 | 4.09 | - |
| YUV | 49.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 52 | 55 | 0.22 | 0.05 | 0 | 0.78 | 195 | 0.12 | 0.19 |
| Hex | 2B | 34 | 37 | 16 | 5 | 0 | 4E | C3 | C | 13 |
| Octal | 53 | 64 | 67 | 26 | 5 | 0 | 116 | 303 | 14 | 23 |
| Binary | 101011 | 110100 | 110111 | 10110 | 101 | 0 | 1001110 | 11000011 | 1100 | 10011 |
Color Harmonies of #2B3437
Complementary color
Monochromatic Colors of #2B3437
Black with #2B3437
Text Example
Text Example
White with #2B3437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3437; }
p { color: rgb(43,52,55); }
H1.HeaderClassName
{
color: #2B3437;
}
.AnyTagClassName
{
color: #2B3437;
}
</style>
background-color css
<style>
a { background-color: #2B3437; }
a { background-color: rgb(43,52,55); }
div.DivClassName
{
background-color: #2B3437;
}
.BgClassName
{
background-color: #2B3437;
}
</style>
border-color css
<style>
span { border-color: #2B3437; }
span { border-color: rgb(43,52,55); }
td.TdClassName
{
border-color: #2B3437;
}
.TagClassName
{
border-color: #2B3437;
}
</style>