Shades of Oxford Blue #273438
Tints of Oxford Blue #273438
RGB
CMYK
RGB Variations
Color information
#273438 (or 0x273438) is known color: Oxford Blue. HEX triplet: 27, 34 and 38. RGB value is (39,52,56). Sum of RGB (Red+Green+Blue) = 39+52+56=147 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.53% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 56 - color contains mainly: blue. Hex color #273438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273438 is #D8CBC7. Grayscale: #303030. Windows color (decimal): -14207944 or 3683367. OLE color: 3683367.
HSL color Cylindrical-coordinate representation of color #273438: hue angle of 194.12º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #273438 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 39 | 52 | 56 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.78 |
| HSL | 194.12º | 0.18% | 0.19% | - |
| HSV(B) | 194.12º | 0.3% | 0.22% | - |
| XYZ | 2.78 | 3.17 | 4.21 | - |
| YUV | 48.57 | 132.19 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 52 | 56 | 0.30 | 0.07 | 0 | 0.78 | 194.12 | 0.18 | 0.19 |
| Hex | 27 | 34 | 38 | 1E | 7 | 0 | 4E | C2 | 12 | 13 |
| Octal | 47 | 64 | 70 | 36 | 7 | 0 | 116 | 302 | 22 | 23 |
| Binary | 100111 | 110100 | 111000 | 11110 | 111 | 0 | 1001110 | 11000010 | 10010 | 10011 |
Color Harmonies of #273438
Complementary color
Monochromatic Colors of #273438
Black with #273438
Text Example
Text Example
White with #273438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273438; }
p { color: rgb(39,52,56); }
H1.HeaderClassName
{
color: #273438;
}
.AnyTagClassName
{
color: #273438;
}
</style>
background-color css
<style>
a { background-color: #273438; }
a { background-color: rgb(39,52,56); }
div.DivClassName
{
background-color: #273438;
}
.BgClassName
{
background-color: #273438;
}
</style>
border-color css
<style>
span { border-color: #273438; }
span { border-color: rgb(39,52,56); }
td.TdClassName
{
border-color: #273438;
}
.TagClassName
{
border-color: #273438;
}
</style>