Shades of Oxford Blue #2C3A3F
Tints of Oxford Blue #2C3A3F
RGB
CMYK
RGB Variations
Color information
#2C3A3F (or 0x2C3A3F) is known color: Oxford Blue. HEX triplet: 2C, 3A and 3F. RGB value is (44,58,63). Sum of RGB (Red+Green+Blue) = 44+58+63=165 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.67% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 63 - color contains mainly: blue. Hex color #2C3A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3A3F is #D3C5C0. Grayscale: #363636. Windows color (decimal): -13878721 or 4143660. OLE color: 4143660.
HSL color Cylindrical-coordinate representation of color #2C3A3F: hue angle of 195.79º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2C3A3F is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 58 | 63 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.75 |
| HSL | 195.79º | 0.18% | 0.21% | - |
| HSV(B) | 195.79º | 0.3% | 0.25% | - |
| XYZ | 3.45 | 3.92 | 5.28 | - |
| YUV | 54.38 | 132.86 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 58 | 63 | 0.30 | 0.08 | 0 | 0.75 | 195.79 | 0.18 | 0.21 |
| Hex | 2C | 3A | 3F | 1E | 8 | 0 | 4B | C4 | 12 | 15 |
| Octal | 54 | 72 | 77 | 36 | 10 | 0 | 113 | 304 | 22 | 25 |
| Binary | 101100 | 111010 | 111111 | 11110 | 1000 | 0 | 1001011 | 11000100 | 10010 | 10101 |
Color Harmonies of #2C3A3F
Complementary color
Monochromatic Colors of #2C3A3F
Black with #2C3A3F
Text Example
Text Example
White with #2C3A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3A3F; }
p { color: rgb(44,58,63); }
H1.HeaderClassName
{
color: #2C3A3F;
}
.AnyTagClassName
{
color: #2C3A3F;
}
</style>
background-color css
<style>
a { background-color: #2C3A3F; }
a { background-color: rgb(44,58,63); }
div.DivClassName
{
background-color: #2C3A3F;
}
.BgClassName
{
background-color: #2C3A3F;
}
</style>
border-color css
<style>
span { border-color: #2C3A3F; }
span { border-color: rgb(44,58,63); }
td.TdClassName
{
border-color: #2C3A3F;
}
.TagClassName
{
border-color: #2C3A3F;
}
</style>