Shades of Oxford Blue #273336
Tints of Oxford Blue #273336
RGB
CMYK
RGB Variations
Color information
#273336 (or 0x273336) is known color: Oxford Blue. HEX triplet: 27, 33 and 36. RGB value is (39,51,54). Sum of RGB (Red+Green+Blue) = 39+51+54=144 (19% of max value = 765). Red value is 39 (15.62% from 255 or 27.08% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 54 (21.48% from 255 or 37.5% from 144); Max value from RGB is 54 - color contains mainly: blue. Hex color #273336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273336 is #D8CCC9. Grayscale: #2F2F2F. Windows color (decimal): -14208202 or 3552039. OLE color: 3552039.
HSL color Cylindrical-coordinate representation of color #273336: hue angle of 192º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #273336 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 39 | 51 | 54 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.79 |
| HSL | 192º | 0.16% | 0.18% | - |
| HSV(B) | 192º | 0.28% | 0.21% | - |
| XYZ | 2.69 | 3.07 | 3.94 | - |
| YUV | 47.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 51 | 54 | 0.28 | 0.06 | 0 | 0.79 | 192 | 0.16 | 0.18 |
| Hex | 27 | 33 | 36 | 1C | 6 | 0 | 4F | C0 | 10 | 12 |
| Octal | 47 | 63 | 66 | 34 | 6 | 0 | 117 | 300 | 20 | 22 |
| Binary | 100111 | 110011 | 110110 | 11100 | 110 | 0 | 1001111 | 11000000 | 10000 | 10010 |
Color Harmonies of #273336
Complementary color
Monochromatic Colors of #273336
Black with #273336
Text Example
Text Example
White with #273336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273336; }
p { color: rgb(39,51,54); }
H1.HeaderClassName
{
color: #273336;
}
.AnyTagClassName
{
color: #273336;
}
</style>
background-color css
<style>
a { background-color: #273336; }
a { background-color: rgb(39,51,54); }
div.DivClassName
{
background-color: #273336;
}
.BgClassName
{
background-color: #273336;
}
</style>
border-color css
<style>
span { border-color: #273336; }
span { border-color: rgb(39,51,54); }
td.TdClassName
{
border-color: #273336;
}
.TagClassName
{
border-color: #273336;
}
</style>