Shades of Oxford Blue #273B41
Tints of Oxford Blue #273B41
RGB
CMYK
RGB Variations
Color information
#273B41 (or 0x273B41) is known color: Oxford Blue. HEX triplet: 27, 3B and 41. RGB value is (39,59,65). Sum of RGB (Red+Green+Blue) = 39+59+65=163 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.93% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 65 (25.78% from 255 or 39.88% from 163); Max value from RGB is 65 - color contains mainly: blue. Hex color #273B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273B41 is #D8C4BE. Grayscale: #353535. Windows color (decimal): -14206143 or 4274983. OLE color: 4274983.
HSL color Cylindrical-coordinate representation of color #273B41: hue angle of 193.85º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #273B41 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 59 | 65 | - |
| CMYK | 0.40 | 0.09 | 0 | 0.75 |
| HSL | 193.85º | 0.25% | 0.2% | - |
| HSV(B) | 193.85º | 0.4% | 0.25% | - |
| XYZ | 3.35 | 3.94 | 5.58 | - |
| YUV | 53.7 | 134.37 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 59 | 65 | 0.40 | 0.09 | 0 | 0.75 | 193.85 | 0.25 | 0.2 |
| Hex | 27 | 3B | 41 | 28 | 9 | 0 | 4B | C2 | 19 | 14 |
| Octal | 47 | 73 | 101 | 50 | 11 | 0 | 113 | 302 | 31 | 24 |
| Binary | 100111 | 111011 | 1000001 | 101000 | 1001 | 0 | 1001011 | 11000010 | 11001 | 10100 |
Color Harmonies of #273B41
Complementary color
Monochromatic Colors of #273B41
Black with #273B41
Text Example
Text Example
White with #273B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273B41; }
p { color: rgb(39,59,65); }
H1.HeaderClassName
{
color: #273B41;
}
.AnyTagClassName
{
color: #273B41;
}
</style>
background-color css
<style>
a { background-color: #273B41; }
a { background-color: rgb(39,59,65); }
div.DivClassName
{
background-color: #273B41;
}
.BgClassName
{
background-color: #273B41;
}
</style>
border-color css
<style>
span { border-color: #273B41; }
span { border-color: rgb(39,59,65); }
td.TdClassName
{
border-color: #273B41;
}
.TagClassName
{
border-color: #273B41;
}
</style>