Shades of Oxford Blue #27373B
Tints of Oxford Blue #27373B
RGB
CMYK
RGB Variations
Color information
#27373B (or 0x27373B) is known color: Oxford Blue. HEX triplet: 27, 37 and 3B. RGB value is (39,55,59). Sum of RGB (Red+Green+Blue) = 39+55+59=153 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.49% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 59 (23.44% from 255 or 38.56% from 153); Max value from RGB is 59 - color contains mainly: blue. Hex color #27373B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27373B is #D8C8C4. Grayscale: #323232. Windows color (decimal): -14207173 or 3880743. OLE color: 3880743.
HSL color Cylindrical-coordinate representation of color #27373B: hue angle of 192º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #27373B is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 39 | 55 | 59 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.77 |
| HSL | 192º | 0.2% | 0.19% | - |
| HSV(B) | 192º | 0.34% | 0.23% | - |
| XYZ | 2.99 | 3.48 | 4.65 | - |
| YUV | 50.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 55 | 59 | 0.34 | 0.07 | 0 | 0.77 | 192 | 0.2 | 0.19 |
| Hex | 27 | 37 | 3B | 22 | 7 | 0 | 4D | C0 | 14 | 13 |
| Octal | 47 | 67 | 73 | 42 | 7 | 0 | 115 | 300 | 24 | 23 |
| Binary | 100111 | 110111 | 111011 | 100010 | 111 | 0 | 1001101 | 11000000 | 10100 | 10011 |
Color Harmonies of #27373B
Complementary color
Monochromatic Colors of #27373B
Black with #27373B
Text Example
Text Example
White with #27373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27373B; }
p { color: rgb(39,55,59); }
H1.HeaderClassName
{
color: #27373B;
}
.AnyTagClassName
{
color: #27373B;
}
</style>
background-color css
<style>
a { background-color: #27373B; }
a { background-color: rgb(39,55,59); }
div.DivClassName
{
background-color: #27373B;
}
.BgClassName
{
background-color: #27373B;
}
</style>
border-color css
<style>
span { border-color: #27373B; }
span { border-color: rgb(39,55,59); }
td.TdClassName
{
border-color: #27373B;
}
.TagClassName
{
border-color: #27373B;
}
</style>