Shades of Oxford Blue #23373C
Tints of Oxford Blue #23373C
RGB
CMYK
RGB Variations
Color information
#23373C (or 0x23373C) is known color: Oxford Blue. HEX triplet: 23, 37 and 3C. RGB value is (35,55,60). Sum of RGB (Red+Green+Blue) = 35+55+60=150 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.33% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 60 - color contains mainly: blue. Hex color #23373C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23373C is #DCC8C3. Grayscale: #313131. Windows color (decimal): -14469316 or 3946275. OLE color: 3946275.
HSL color Cylindrical-coordinate representation of color #23373C: hue angle of 192º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #23373C is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 55 | 60 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.76 |
| HSL | 192º | 0.26% | 0.19% | - |
| HSV(B) | 192º | 0.42% | 0.24% | - |
| XYZ | 2.87 | 3.42 | 4.78 | - |
| YUV | 49.59 | 133.87 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 55 | 60 | 0.42 | 0.08 | 0 | 0.76 | 192 | 0.26 | 0.19 |
| Hex | 23 | 37 | 3C | 2A | 8 | 0 | 4C | C0 | 1A | 13 |
| Octal | 43 | 67 | 74 | 52 | 10 | 0 | 114 | 300 | 32 | 23 |
| Binary | 100011 | 110111 | 111100 | 101010 | 1000 | 0 | 1001100 | 11000000 | 11010 | 10011 |
Color Harmonies of #23373C
Complementary color
Monochromatic Colors of #23373C
Black with #23373C
Text Example
Text Example
White with #23373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23373C; }
p { color: rgb(35,55,60); }
H1.HeaderClassName
{
color: #23373C;
}
.AnyTagClassName
{
color: #23373C;
}
</style>
background-color css
<style>
a { background-color: #23373C; }
a { background-color: rgb(35,55,60); }
div.DivClassName
{
background-color: #23373C;
}
.BgClassName
{
background-color: #23373C;
}
</style>
border-color css
<style>
span { border-color: #23373C; }
span { border-color: rgb(35,55,60); }
td.TdClassName
{
border-color: #23373C;
}
.TagClassName
{
border-color: #23373C;
}
</style>