Shades of Oxford Blue #27363A
Tints of Oxford Blue #27363A
RGB
CMYK
RGB Variations
Color information
#27363A (or 0x27363A) is known color: Oxford Blue. HEX triplet: 27, 36 and 3A. RGB value is (39,54,58). Sum of RGB (Red+Green+Blue) = 39+54+58=151 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.83% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 58 - color contains mainly: blue. Hex color #27363A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27363A is #D8C9C5. Grayscale: #313131. Windows color (decimal): -14207430 or 3814951. OLE color: 3814951.
HSL color Cylindrical-coordinate representation of color #27363A: hue angle of 192.63º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #27363A is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 39 | 54 | 58 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.77 |
| HSL | 192.63º | 0.2% | 0.19% | - |
| HSV(B) | 192.63º | 0.33% | 0.23% | - |
| XYZ | 2.92 | 3.38 | 4.5 | - |
| YUV | 49.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 54 | 58 | 0.33 | 0.07 | 0 | 0.77 | 192.63 | 0.2 | 0.19 |
| Hex | 27 | 36 | 3A | 21 | 7 | 0 | 4D | C1 | 14 | 13 |
| Octal | 47 | 66 | 72 | 41 | 7 | 0 | 115 | 301 | 24 | 23 |
| Binary | 100111 | 110110 | 111010 | 100001 | 111 | 0 | 1001101 | 11000001 | 10100 | 10011 |
Color Harmonies of #27363A
Complementary color
Monochromatic Colors of #27363A
Black with #27363A
Text Example
Text Example
White with #27363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27363A; }
p { color: rgb(39,54,58); }
H1.HeaderClassName
{
color: #27363A;
}
.AnyTagClassName
{
color: #27363A;
}
</style>
background-color css
<style>
a { background-color: #27363A; }
a { background-color: rgb(39,54,58); }
div.DivClassName
{
background-color: #27363A;
}
.BgClassName
{
background-color: #27363A;
}
</style>
border-color css
<style>
span { border-color: #27363A; }
span { border-color: rgb(39,54,58); }
td.TdClassName
{
border-color: #27363A;
}
.TagClassName
{
border-color: #27363A;
}
</style>