Shades of Oxford Blue #27363D
Tints of Oxford Blue #27363D
RGB
CMYK
RGB Variations
Color information
#27363D (or 0x27363D) is known color: Oxford Blue. HEX triplet: 27, 36 and 3D. RGB value is (39,54,61). Sum of RGB (Red+Green+Blue) = 39+54+61=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 61 - color contains mainly: blue. Hex color #27363D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27363D is #D8C9C2. Grayscale: #323232. Windows color (decimal): -14207427 or 4011559. OLE color: 4011559.
HSL color Cylindrical-coordinate representation of color #27363D: hue angle of 199.09º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #27363D is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 54 | 61 | - |
| CMYK | 0.36 | 0.11 | 0 | 0.76 |
| HSL | 199.09º | 0.22% | 0.2% | - |
| HSV(B) | 199.09º | 0.36% | 0.24% | - |
| XYZ | 3 | 3.41 | 4.91 | - |
| YUV | 50.31 | 134.03 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 54 | 61 | 0.36 | 0.11 | 0 | 0.76 | 199.09 | 0.22 | 0.2 |
| Hex | 27 | 36 | 3D | 24 | B | 0 | 4C | C7 | 16 | 14 |
| Octal | 47 | 66 | 75 | 44 | 13 | 0 | 114 | 307 | 26 | 24 |
| Binary | 100111 | 110110 | 111101 | 100100 | 1011 | 0 | 1001100 | 11000111 | 10110 | 10100 |
Color Harmonies of #27363D
Complementary color
Monochromatic Colors of #27363D
Black with #27363D
Text Example
Text Example
White with #27363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27363D; }
p { color: rgb(39,54,61); }
H1.HeaderClassName
{
color: #27363D;
}
.AnyTagClassName
{
color: #27363D;
}
</style>
background-color css
<style>
a { background-color: #27363D; }
a { background-color: rgb(39,54,61); }
div.DivClassName
{
background-color: #27363D;
}
.BgClassName
{
background-color: #27363D;
}
</style>
border-color css
<style>
span { border-color: #27363D; }
span { border-color: rgb(39,54,61); }
td.TdClassName
{
border-color: #27363D;
}
.TagClassName
{
border-color: #27363D;
}
</style>