Shades of Oxford Blue #27393E
Tints of Oxford Blue #27393E
RGB
CMYK
RGB Variations
Color information
#27393E (or 0x27393E) is known color: Oxford Blue. HEX triplet: 27, 39 and 3E. RGB value is (39,57,62). Sum of RGB (Red+Green+Blue) = 39+57+62=158 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.68% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 62 - color contains mainly: blue. Hex color #27393E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27393E is #D8C6C1. Grayscale: #343434. Windows color (decimal): -14206658 or 4077863. OLE color: 4077863.
HSL color Cylindrical-coordinate representation of color #27393E: hue angle of 193.04º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #27393E is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 57 | 62 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.76 |
| HSL | 193.04º | 0.23% | 0.2% | - |
| HSV(B) | 193.04º | 0.37% | 0.24% | - |
| XYZ | 3.17 | 3.71 | 5.11 | - |
| YUV | 52.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 57 | 62 | 0.37 | 0.08 | 0 | 0.76 | 193.04 | 0.23 | 0.2 |
| Hex | 27 | 39 | 3E | 25 | 8 | 0 | 4C | C1 | 17 | 14 |
| Octal | 47 | 71 | 76 | 45 | 10 | 0 | 114 | 301 | 27 | 24 |
| Binary | 100111 | 111001 | 111110 | 100101 | 1000 | 0 | 1001100 | 11000001 | 10111 | 10100 |
Color Harmonies of #27393E
Complementary color
Monochromatic Colors of #27393E
Black with #27393E
Text Example
Text Example
White with #27393E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27393E; }
p { color: rgb(39,57,62); }
H1.HeaderClassName
{
color: #27393E;
}
.AnyTagClassName
{
color: #27393E;
}
</style>
background-color css
<style>
a { background-color: #27393E; }
a { background-color: rgb(39,57,62); }
div.DivClassName
{
background-color: #27393E;
}
.BgClassName
{
background-color: #27393E;
}
</style>
border-color css
<style>
span { border-color: #27393E; }
span { border-color: rgb(39,57,62); }
td.TdClassName
{
border-color: #27393E;
}
.TagClassName
{
border-color: #27393E;
}
</style>