Shades of Oxford Blue #2B383D
Tints of Oxford Blue #2B383D
RGB
CMYK
RGB Variations
Color information
#2B383D (or 0x2B383D) is known color: Oxford Blue. HEX triplet: 2B, 38 and 3D. RGB value is (43,56,61). Sum of RGB (Red+Green+Blue) = 43+56+61=160 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.88% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 61 (24.22% from 255 or 38.12% from 160); Max value from RGB is 61 - color contains mainly: blue. Hex color #2B383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B383D is #D4C7C2. Grayscale: #343434. Windows color (decimal): -13944771 or 4012075. OLE color: 4012075.
HSL color Cylindrical-coordinate representation of color #2B383D: hue angle of 196.67º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2B383D is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 56 | 61 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.76 |
| HSL | 196.67º | 0.17% | 0.2% | - |
| HSV(B) | 196.67º | 0.3% | 0.24% | - |
| XYZ | 3.25 | 3.68 | 4.95 | - |
| YUV | 52.68 | 132.69 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 56 | 61 | 0.30 | 0.08 | 0 | 0.76 | 196.67 | 0.17 | 0.2 |
| Hex | 2B | 38 | 3D | 1E | 8 | 0 | 4C | C5 | 11 | 14 |
| Octal | 53 | 70 | 75 | 36 | 10 | 0 | 114 | 305 | 21 | 24 |
| Binary | 101011 | 111000 | 111101 | 11110 | 1000 | 0 | 1001100 | 11000101 | 10001 | 10100 |
Color Harmonies of #2B383D
Complementary color
Monochromatic Colors of #2B383D
Black with #2B383D
Text Example
Text Example
White with #2B383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B383D; }
p { color: rgb(43,56,61); }
H1.HeaderClassName
{
color: #2B383D;
}
.AnyTagClassName
{
color: #2B383D;
}
</style>
background-color css
<style>
a { background-color: #2B383D; }
a { background-color: rgb(43,56,61); }
div.DivClassName
{
background-color: #2B383D;
}
.BgClassName
{
background-color: #2B383D;
}
</style>
border-color css
<style>
span { border-color: #2B383D; }
span { border-color: rgb(43,56,61); }
td.TdClassName
{
border-color: #2B383D;
}
.TagClassName
{
border-color: #2B383D;
}
</style>