Shades of Oxford Blue #26373C
Tints of Oxford Blue #26373C
RGB
CMYK
RGB Variations
Color information
#26373C (or 0x26373C) is known color: Oxford Blue. HEX triplet: 26, 37 and 3C. RGB value is (38,55,60). Sum of RGB (Red+Green+Blue) = 38+55+60=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 55 (21.88% from 255 or 35.95% 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 #26373C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26373C is #D9C8C3. Grayscale: #323232. Windows color (decimal): -14272708 or 3946278. OLE color: 3946278.
HSL color Cylindrical-coordinate representation of color #26373C: hue angle of 193.64º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #26373C is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 55 | 60 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.76 |
| HSL | 193.64º | 0.22% | 0.19% | - |
| HSV(B) | 193.64º | 0.37% | 0.24% | - |
| XYZ | 2.98 | 3.47 | 4.79 | - |
| YUV | 50.49 | 133.37 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 55 | 60 | 0.37 | 0.08 | 0 | 0.76 | 193.64 | 0.22 | 0.19 |
| Hex | 26 | 37 | 3C | 25 | 8 | 0 | 4C | C2 | 16 | 13 |
| Octal | 46 | 67 | 74 | 45 | 10 | 0 | 114 | 302 | 26 | 23 |
| Binary | 100110 | 110111 | 111100 | 100101 | 1000 | 0 | 1001100 | 11000010 | 10110 | 10011 |
Color Harmonies of #26373C
Complementary color
Monochromatic Colors of #26373C
Black with #26373C
Text Example
Text Example
White with #26373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26373C; }
p { color: rgb(38,55,60); }
H1.HeaderClassName
{
color: #26373C;
}
.AnyTagClassName
{
color: #26373C;
}
</style>
background-color css
<style>
a { background-color: #26373C; }
a { background-color: rgb(38,55,60); }
div.DivClassName
{
background-color: #26373C;
}
.BgClassName
{
background-color: #26373C;
}
</style>
border-color css
<style>
span { border-color: #26373C; }
span { border-color: rgb(38,55,60); }
td.TdClassName
{
border-color: #26373C;
}
.TagClassName
{
border-color: #26373C;
}
</style>