Shades of Oxford Blue #273940
Tints of Oxford Blue #273940
RGB
CMYK
RGB Variations
Color information
#273940 (or 0x273940) is known color: Oxford Blue. HEX triplet: 27, 39 and 40. RGB value is (39,57,64). Sum of RGB (Red+Green+Blue) = 39+57+64=160 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.38% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 64 - color contains mainly: blue. Hex color #273940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273940 is #D8C6BF. Grayscale: #343434. Windows color (decimal): -14206656 or 4208935. OLE color: 4208935.
HSL color Cylindrical-coordinate representation of color #273940: hue angle of 196.8º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #273940 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 57 | 64 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.75 |
| HSL | 196.8º | 0.24% | 0.2% | - |
| HSV(B) | 196.8º | 0.39% | 0.25% | - |
| XYZ | 3.23 | 3.73 | 5.4 | - |
| YUV | 52.42 | 134.54 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 57 | 64 | 0.39 | 0.11 | 0 | 0.75 | 196.8 | 0.24 | 0.2 |
| Hex | 27 | 39 | 40 | 27 | B | 0 | 4B | C5 | 18 | 14 |
| Octal | 47 | 71 | 100 | 47 | 13 | 0 | 113 | 305 | 30 | 24 |
| Binary | 100111 | 111001 | 1000000 | 100111 | 1011 | 0 | 1001011 | 11000101 | 11000 | 10100 |
Color Harmonies of #273940
Complementary color
Monochromatic Colors of #273940
Black with #273940
Text Example
Text Example
White with #273940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273940; }
p { color: rgb(39,57,64); }
H1.HeaderClassName
{
color: #273940;
}
.AnyTagClassName
{
color: #273940;
}
</style>
background-color css
<style>
a { background-color: #273940; }
a { background-color: rgb(39,57,64); }
div.DivClassName
{
background-color: #273940;
}
.BgClassName
{
background-color: #273940;
}
</style>
border-color css
<style>
span { border-color: #273940; }
span { border-color: rgb(39,57,64); }
td.TdClassName
{
border-color: #273940;
}
.TagClassName
{
border-color: #273940;
}
</style>