Shades of Oxford Blue #273A3F
Tints of Oxford Blue #273A3F
RGB
CMYK
RGB Variations
Color information
#273A3F (or 0x273A3F) is known color: Oxford Blue. HEX triplet: 27, 3A and 3F. RGB value is (39,58,63). Sum of RGB (Red+Green+Blue) = 39+58+63=160 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.38% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 63 - color contains mainly: blue. Hex color #273A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273A3F is #D8C5C0. Grayscale: #343434. Windows color (decimal): -14206401 or 4143655. OLE color: 4143655.
HSL color Cylindrical-coordinate representation of color #273A3F: hue angle of 192.5º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #273A3F is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 58 | 63 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.75 |
| HSL | 192.5º | 0.24% | 0.2% | - |
| HSV(B) | 192.5º | 0.38% | 0.25% | - |
| XYZ | 3.25 | 3.82 | 5.27 | - |
| YUV | 52.89 | 133.71 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 58 | 63 | 0.38 | 0.08 | 0 | 0.75 | 192.5 | 0.24 | 0.2 |
| Hex | 27 | 3A | 3F | 26 | 8 | 0 | 4B | C0 | 18 | 14 |
| Octal | 47 | 72 | 77 | 46 | 10 | 0 | 113 | 300 | 30 | 24 |
| Binary | 100111 | 111010 | 111111 | 100110 | 1000 | 0 | 1001011 | 11000000 | 11000 | 10100 |
Color Harmonies of #273A3F
Complementary color
Monochromatic Colors of #273A3F
Black with #273A3F
Text Example
Text Example
White with #273A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273A3F; }
p { color: rgb(39,58,63); }
H1.HeaderClassName
{
color: #273A3F;
}
.AnyTagClassName
{
color: #273A3F;
}
</style>
background-color css
<style>
a { background-color: #273A3F; }
a { background-color: rgb(39,58,63); }
div.DivClassName
{
background-color: #273A3F;
}
.BgClassName
{
background-color: #273A3F;
}
</style>
border-color css
<style>
span { border-color: #273A3F; }
span { border-color: rgb(39,58,63); }
td.TdClassName
{
border-color: #273A3F;
}
.TagClassName
{
border-color: #273A3F;
}
</style>