Shades of Oxford Blue #2A3437
Tints of Oxford Blue #2A3437
RGB
CMYK
RGB Variations
Color information
#2A3437 (or 0x2A3437) is known color: Oxford Blue. HEX triplet: 2A, 34 and 37. RGB value is (42,52,55). Sum of RGB (Red+Green+Blue) = 42+52+55=149 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.19% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 55 (21.88% from 255 or 36.91% from 149); Max value from RGB is 55 - color contains mainly: blue. Hex color #2A3437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3437 is #D5CBC8. Grayscale: #313131. Windows color (decimal): -14011337 or 3617834. OLE color: 3617834.
HSL color Cylindrical-coordinate representation of color #2A3437: hue angle of 193.85º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2A3437 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 52 | 55 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.78 |
| HSL | 193.85º | 0.13% | 0.19% | - |
| HSV(B) | 193.85º | 0.24% | 0.22% | - |
| XYZ | 2.87 | 3.22 | 4.09 | - |
| YUV | 49.35 | 131.19 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 52 | 55 | 0.24 | 0.05 | 0 | 0.78 | 193.85 | 0.13 | 0.19 |
| Hex | 2A | 34 | 37 | 18 | 5 | 0 | 4E | C2 | D | 13 |
| Octal | 52 | 64 | 67 | 30 | 5 | 0 | 116 | 302 | 15 | 23 |
| Binary | 101010 | 110100 | 110111 | 11000 | 101 | 0 | 1001110 | 11000010 | 1101 | 10011 |
Color Harmonies of #2A3437
Complementary color
Monochromatic Colors of #2A3437
Black with #2A3437
Text Example
Text Example
White with #2A3437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3437; }
p { color: rgb(42,52,55); }
H1.HeaderClassName
{
color: #2A3437;
}
.AnyTagClassName
{
color: #2A3437;
}
</style>
background-color css
<style>
a { background-color: #2A3437; }
a { background-color: rgb(42,52,55); }
div.DivClassName
{
background-color: #2A3437;
}
.BgClassName
{
background-color: #2A3437;
}
</style>
border-color css
<style>
span { border-color: #2A3437; }
span { border-color: rgb(42,52,55); }
td.TdClassName
{
border-color: #2A3437;
}
.TagClassName
{
border-color: #2A3437;
}
</style>