Shades of Oxford Blue #2A3133
Tints of Oxford Blue #2A3133
RGB
CMYK
RGB Variations
Color information
#2A3133 (or 0x2A3133) is known color: Oxford Blue. HEX triplet: 2A, 31 and 33. RGB value is (42,49,51). Sum of RGB (Red+Green+Blue) = 42+49+51=142 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.58% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 51 (20.31% from 255 or 35.92% from 142); Max value from RGB is 51 - color contains mainly: blue. Hex color #2A3133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3133 is #D5CECC. Grayscale: #2F2F2F. Windows color (decimal): -14012109 or 3354922. OLE color: 3354922.
HSL color Cylindrical-coordinate representation of color #2A3133: hue angle of 193.33º degrees, saturation: 0.1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2A3133 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 42 | 49 | 51 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.8 |
| HSL | 193.33º | 0.1% | 0.18% | - |
| HSV(B) | 193.33º | 0.18% | 0.2% | - |
| XYZ | 2.65 | 2.93 | 3.56 | - |
| YUV | 47.14 | 130.18 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 49 | 51 | 0.18 | 0.04 | 0 | 0.8 | 193.33 | 0.1 | 0.18 |
| Hex | 2A | 31 | 33 | 12 | 4 | 0 | 50 | C1 | A | 12 |
| Octal | 52 | 61 | 63 | 22 | 4 | 0 | 120 | 301 | 12 | 22 |
| Binary | 101010 | 110001 | 110011 | 10010 | 100 | 0 | 1010000 | 11000001 | 1010 | 10010 |
Color Harmonies of #2A3133
Complementary color
Monochromatic Colors of #2A3133
Black with #2A3133
Text Example
Text Example
White with #2A3133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3133; }
p { color: rgb(42,49,51); }
H1.HeaderClassName
{
color: #2A3133;
}
.AnyTagClassName
{
color: #2A3133;
}
</style>
background-color css
<style>
a { background-color: #2A3133; }
a { background-color: rgb(42,49,51); }
div.DivClassName
{
background-color: #2A3133;
}
.BgClassName
{
background-color: #2A3133;
}
</style>
border-color css
<style>
span { border-color: #2A3133; }
span { border-color: rgb(42,49,51); }
td.TdClassName
{
border-color: #2A3133;
}
.TagClassName
{
border-color: #2A3133;
}
</style>