Shades of Oxford Blue #23393F
Tints of Oxford Blue #23393F
RGB
CMYK
RGB Variations
Color information
#23393F (or 0x23393F) is known color: Oxford Blue. HEX triplet: 23, 39 and 3F. RGB value is (35,57,63). Sum of RGB (Red+Green+Blue) = 35+57+63=155 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.58% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 63 - color contains mainly: blue. Hex color #23393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23393F is #DCC6C0. Grayscale: #333333. Windows color (decimal): -14468801 or 4143395. OLE color: 4143395.
HSL color Cylindrical-coordinate representation of color #23393F: hue angle of 192.86º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #23393F is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 57 | 63 | - |
| CMYK | 0.44 | 0.10 | 0 | 0.75 |
| HSL | 192.86º | 0.29% | 0.19% | - |
| HSV(B) | 192.86º | 0.44% | 0.25% | - |
| XYZ | 3.05 | 3.64 | 5.24 | - |
| YUV | 51.11 | 134.71 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 57 | 63 | 0.44 | 0.10 | 0 | 0.75 | 192.86 | 0.29 | 0.19 |
| Hex | 23 | 39 | 3F | 2C | A | 0 | 4B | C1 | 1D | 13 |
| Octal | 43 | 71 | 77 | 54 | 12 | 0 | 113 | 301 | 35 | 23 |
| Binary | 100011 | 111001 | 111111 | 101100 | 1010 | 0 | 1001011 | 11000001 | 11101 | 10011 |
Color Harmonies of #23393F
Complementary color
Monochromatic Colors of #23393F
Black with #23393F
Text Example
Text Example
White with #23393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23393F; }
p { color: rgb(35,57,63); }
H1.HeaderClassName
{
color: #23393F;
}
.AnyTagClassName
{
color: #23393F;
}
</style>
background-color css
<style>
a { background-color: #23393F; }
a { background-color: rgb(35,57,63); }
div.DivClassName
{
background-color: #23393F;
}
.BgClassName
{
background-color: #23393F;
}
</style>
border-color css
<style>
span { border-color: #23393F; }
span { border-color: rgb(35,57,63); }
td.TdClassName
{
border-color: #23393F;
}
.TagClassName
{
border-color: #23393F;
}
</style>