Shades of Oxford Blue #27363C
Tints of Oxford Blue #27363C
RGB
CMYK
RGB Variations
Color information
#27363C (or 0x27363C) is known color: Oxford Blue. HEX triplet: 27, 36 and 3C. RGB value is (39,54,60). Sum of RGB (Red+Green+Blue) = 39+54+60=153 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.49% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 60 (23.83% from 255 or 39.22% from 153); Max value from RGB is 60 - color contains mainly: blue. Hex color #27363C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27363C is #D8C9C3. Grayscale: #323232. Windows color (decimal): -14207428 or 3946023. OLE color: 3946023.
HSL color Cylindrical-coordinate representation of color #27363C: hue angle of 197.14º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #27363C is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 54 | 60 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.76 |
| HSL | 197.14º | 0.21% | 0.19% | - |
| HSV(B) | 197.14º | 0.35% | 0.24% | - |
| XYZ | 2.97 | 3.4 | 4.77 | - |
| YUV | 50.2 | 133.53 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 54 | 60 | 0.35 | 0.10 | 0 | 0.76 | 197.14 | 0.21 | 0.19 |
| Hex | 27 | 36 | 3C | 23 | A | 0 | 4C | C5 | 15 | 13 |
| Octal | 47 | 66 | 74 | 43 | 12 | 0 | 114 | 305 | 25 | 23 |
| Binary | 100111 | 110110 | 111100 | 100011 | 1010 | 0 | 1001100 | 11000101 | 10101 | 10011 |
Color Harmonies of #27363C
Complementary color
Monochromatic Colors of #27363C
Black with #27363C
Text Example
Text Example
White with #27363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27363C; }
p { color: rgb(39,54,60); }
H1.HeaderClassName
{
color: #27363C;
}
.AnyTagClassName
{
color: #27363C;
}
</style>
background-color css
<style>
a { background-color: #27363C; }
a { background-color: rgb(39,54,60); }
div.DivClassName
{
background-color: #27363C;
}
.BgClassName
{
background-color: #27363C;
}
</style>
border-color css
<style>
span { border-color: #27363C; }
span { border-color: rgb(39,54,60); }
td.TdClassName
{
border-color: #27363C;
}
.TagClassName
{
border-color: #27363C;
}
</style>