Shades of Oxford Blue #2B3A3F
Tints of Oxford Blue #2B3A3F
RGB
CMYK
RGB Variations
Color information
#2B3A3F (or 0x2B3A3F) is known color: Oxford Blue. HEX triplet: 2B, 3A and 3F. RGB value is (43,58,63). Sum of RGB (Red+Green+Blue) = 43+58+63=164 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.22% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 63 - color contains mainly: blue. Hex color #2B3A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3A3F is #D4C5C0. Grayscale: #363636. Windows color (decimal): -13944257 or 4143659. OLE color: 4143659.
HSL color Cylindrical-coordinate representation of color #2B3A3F: hue angle of 195º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2B3A3F is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 58 | 63 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.75 |
| HSL | 195º | 0.19% | 0.21% | - |
| HSV(B) | 195º | 0.32% | 0.25% | - |
| XYZ | 3.41 | 3.9 | 5.28 | - |
| YUV | 54.09 | 133.03 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 58 | 63 | 0.32 | 0.08 | 0 | 0.75 | 195 | 0.19 | 0.21 |
| Hex | 2B | 3A | 3F | 20 | 8 | 0 | 4B | C3 | 13 | 15 |
| Octal | 53 | 72 | 77 | 40 | 10 | 0 | 113 | 303 | 23 | 25 |
| Binary | 101011 | 111010 | 111111 | 100000 | 1000 | 0 | 1001011 | 11000011 | 10011 | 10101 |
Color Harmonies of #2B3A3F
Complementary color
Monochromatic Colors of #2B3A3F
Black with #2B3A3F
Text Example
Text Example
White with #2B3A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3A3F; }
p { color: rgb(43,58,63); }
H1.HeaderClassName
{
color: #2B3A3F;
}
.AnyTagClassName
{
color: #2B3A3F;
}
</style>
background-color css
<style>
a { background-color: #2B3A3F; }
a { background-color: rgb(43,58,63); }
div.DivClassName
{
background-color: #2B3A3F;
}
.BgClassName
{
background-color: #2B3A3F;
}
</style>
border-color css
<style>
span { border-color: #2B3A3F; }
span { border-color: rgb(43,58,63); }
td.TdClassName
{
border-color: #2B3A3F;
}
.TagClassName
{
border-color: #2B3A3F;
}
</style>