Shades of Oxford Blue #2B3B41
Tints of Oxford Blue #2B3B41
RGB
CMYK
RGB Variations
Color information
#2B3B41 (or 0x2B3B41) is known color: Oxford Blue. HEX triplet: 2B, 3B and 41. RGB value is (43,59,65). Sum of RGB (Red+Green+Blue) = 43+59+65=167 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.75% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 65 - color contains mainly: blue. Hex color #2B3B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3B41 is #D4C4BE. Grayscale: #363636. Windows color (decimal): -13943999 or 4274987. OLE color: 4274987.
HSL color Cylindrical-coordinate representation of color #2B3B41: hue angle of 196.36º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2B3B41 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 59 | 65 | - |
| CMYK | 0.34 | 0.09 | 0 | 0.75 |
| HSL | 196.36º | 0.2% | 0.21% | - |
| HSV(B) | 196.36º | 0.34% | 0.25% | - |
| XYZ | 3.51 | 4.02 | 5.59 | - |
| YUV | 54.9 | 133.7 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 59 | 65 | 0.34 | 0.09 | 0 | 0.75 | 196.36 | 0.2 | 0.21 |
| Hex | 2B | 3B | 41 | 22 | 9 | 0 | 4B | C4 | 14 | 15 |
| Octal | 53 | 73 | 101 | 42 | 11 | 0 | 113 | 304 | 24 | 25 |
| Binary | 101011 | 111011 | 1000001 | 100010 | 1001 | 0 | 1001011 | 11000100 | 10100 | 10101 |
Color Harmonies of #2B3B41
Complementary color
Monochromatic Colors of #2B3B41
Black with #2B3B41
Text Example
Text Example
White with #2B3B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3B41; }
p { color: rgb(43,59,65); }
H1.HeaderClassName
{
color: #2B3B41;
}
.AnyTagClassName
{
color: #2B3B41;
}
</style>
background-color css
<style>
a { background-color: #2B3B41; }
a { background-color: rgb(43,59,65); }
div.DivClassName
{
background-color: #2B3B41;
}
.BgClassName
{
background-color: #2B3B41;
}
</style>
border-color css
<style>
span { border-color: #2B3B41; }
span { border-color: rgb(43,59,65); }
td.TdClassName
{
border-color: #2B3B41;
}
.TagClassName
{
border-color: #2B3B41;
}
</style>