Shades of Oxford Blue #27393F
Tints of Oxford Blue #27393F
RGB
CMYK
RGB Variations
Color information
#27393F (or 0x27393F) is known color: Oxford Blue. HEX triplet: 27, 39 and 3F. RGB value is (39,57,63). Sum of RGB (Red+Green+Blue) = 39+57+63=159 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.53% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 63 - color contains mainly: blue. Hex color #27393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27393F is #D8C6C0. Grayscale: #343434. Windows color (decimal): -14206657 or 4143399. OLE color: 4143399.
HSL color Cylindrical-coordinate representation of color #27393F: hue angle of 195º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #27393F is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 57 | 63 | - |
| CMYK | 0.38 | 0.10 | 0 | 0.75 |
| HSL | 195º | 0.24% | 0.2% | - |
| HSV(B) | 195º | 0.38% | 0.25% | - |
| XYZ | 3.2 | 3.72 | 5.25 | - |
| YUV | 52.3 | 134.04 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 57 | 63 | 0.38 | 0.10 | 0 | 0.75 | 195 | 0.24 | 0.2 |
| Hex | 27 | 39 | 3F | 26 | A | 0 | 4B | C3 | 18 | 14 |
| Octal | 47 | 71 | 77 | 46 | 12 | 0 | 113 | 303 | 30 | 24 |
| Binary | 100111 | 111001 | 111111 | 100110 | 1010 | 0 | 1001011 | 11000011 | 11000 | 10100 |
Color Harmonies of #27393F
Complementary color
Monochromatic Colors of #27393F
Black with #27393F
Text Example
Text Example
White with #27393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27393F; }
p { color: rgb(39,57,63); }
H1.HeaderClassName
{
color: #27393F;
}
.AnyTagClassName
{
color: #27393F;
}
</style>
background-color css
<style>
a { background-color: #27393F; }
a { background-color: rgb(39,57,63); }
div.DivClassName
{
background-color: #27393F;
}
.BgClassName
{
background-color: #27393F;
}
</style>
border-color css
<style>
span { border-color: #27393F; }
span { border-color: rgb(39,57,63); }
td.TdClassName
{
border-color: #27393F;
}
.TagClassName
{
border-color: #27393F;
}
</style>