Shades of Oxford Blue #2A3A3F
Tints of Oxford Blue #2A3A3F
RGB
CMYK
RGB Variations
Color information
#2A3A3F (or 0x2A3A3F) is known color: Oxford Blue. HEX triplet: 2A, 3A and 3F. RGB value is (42,58,63). Sum of RGB (Red+Green+Blue) = 42+58+63=163 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.77% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 63 - color contains mainly: blue. Hex color #2A3A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3A3F is #D5C5C0. Grayscale: #353535. Windows color (decimal): -14009793 or 4143658. OLE color: 4143658.
HSL color Cylindrical-coordinate representation of color #2A3A3F: hue angle of 194.29º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2A3A3F is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 58 | 63 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.75 |
| HSL | 194.29º | 0.2% | 0.21% | - |
| HSV(B) | 194.29º | 0.33% | 0.25% | - |
| XYZ | 3.37 | 3.88 | 5.27 | - |
| YUV | 53.79 | 133.2 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 58 | 63 | 0.33 | 0.08 | 0 | 0.75 | 194.29 | 0.2 | 0.21 |
| Hex | 2A | 3A | 3F | 21 | 8 | 0 | 4B | C2 | 14 | 15 |
| Octal | 52 | 72 | 77 | 41 | 10 | 0 | 113 | 302 | 24 | 25 |
| Binary | 101010 | 111010 | 111111 | 100001 | 1000 | 0 | 1001011 | 11000010 | 10100 | 10101 |
Color Harmonies of #2A3A3F
Complementary color
Monochromatic Colors of #2A3A3F
Black with #2A3A3F
Text Example
Text Example
White with #2A3A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3A3F; }
p { color: rgb(42,58,63); }
H1.HeaderClassName
{
color: #2A3A3F;
}
.AnyTagClassName
{
color: #2A3A3F;
}
</style>
background-color css
<style>
a { background-color: #2A3A3F; }
a { background-color: rgb(42,58,63); }
div.DivClassName
{
background-color: #2A3A3F;
}
.BgClassName
{
background-color: #2A3A3F;
}
</style>
border-color css
<style>
span { border-color: #2A3A3F; }
span { border-color: rgb(42,58,63); }
td.TdClassName
{
border-color: #2A3A3F;
}
.TagClassName
{
border-color: #2A3A3F;
}
</style>