Shades of Oxford Blue #273032
Tints of Oxford Blue #273032
RGB
CMYK
RGB Variations
Color information
#273032 (or 0x273032) is known color: Oxford Blue. HEX triplet: 27, 30 and 32. RGB value is (39,48,50). Sum of RGB (Red+Green+Blue) = 39+48+50=137 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.47% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 50 (19.92% from 255 or 36.50% from 137); Max value from RGB is 50 - color contains mainly: blue. Hex color #273032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273032 is #D8CFCD. Grayscale: #2D2D2D. Windows color (decimal): -14208974 or 3289127. OLE color: 3289127.
HSL color Cylindrical-coordinate representation of color #273032: hue angle of 190.91º degrees, saturation: 0.12, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #273032 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 39 | 48 | 50 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.80 |
| HSL | 190.91º | 0.12% | 0.17% | - |
| HSV(B) | 190.91º | 0.22% | 0.2% | - |
| XYZ | 2.47 | 2.78 | 3.42 | - |
| YUV | 45.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 48 | 50 | 0.22 | 0.04 | 0 | 0.80 | 190.91 | 0.12 | 0.17 |
| Hex | 27 | 30 | 32 | 16 | 4 | 0 | 50 | BF | C | 11 |
| Octal | 47 | 60 | 62 | 26 | 4 | 0 | 120 | 277 | 14 | 21 |
| Binary | 100111 | 110000 | 110010 | 10110 | 100 | 0 | 1010000 | 10111111 | 1100 | 10001 |
Color Harmonies of #273032
Complementary color
Monochromatic Colors of #273032
Black with #273032
Text Example
Text Example
White with #273032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273032; }
p { color: rgb(39,48,50); }
H1.HeaderClassName
{
color: #273032;
}
.AnyTagClassName
{
color: #273032;
}
</style>
background-color css
<style>
a { background-color: #273032; }
a { background-color: rgb(39,48,50); }
div.DivClassName
{
background-color: #273032;
}
.BgClassName
{
background-color: #273032;
}
</style>
border-color css
<style>
span { border-color: #273032; }
span { border-color: rgb(39,48,50); }
td.TdClassName
{
border-color: #273032;
}
.TagClassName
{
border-color: #273032;
}
</style>