Shades of Oxford Blue #23353B
Tints of Oxford Blue #23353B
RGB
CMYK
RGB Variations
Color information
#23353B (or 0x23353B) is known color: Oxford Blue. HEX triplet: 23, 35 and 3B. RGB value is (35,53,59). Sum of RGB (Red+Green+Blue) = 35+53+59=147 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.81% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 59 (23.44% from 255 or 40.14% from 147); Max value from RGB is 59 - color contains mainly: blue. Hex color #23353B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23353B is #DCCAC4. Grayscale: #303030. Windows color (decimal): -14469829 or 3880227. OLE color: 3880227.
HSL color Cylindrical-coordinate representation of color #23353B: hue angle of 195º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #23353B is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 35 | 53 | 59 | - |
| CMYK | 0.41 | 0.10 | 0 | 0.77 |
| HSL | 195º | 0.26% | 0.18% | - |
| HSV(B) | 195º | 0.41% | 0.23% | - |
| XYZ | 2.76 | 3.22 | 4.61 | - |
| YUV | 48.3 | 134.04 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 53 | 59 | 0.41 | 0.10 | 0 | 0.77 | 195 | 0.26 | 0.18 |
| Hex | 23 | 35 | 3B | 29 | A | 0 | 4D | C3 | 1A | 12 |
| Octal | 43 | 65 | 73 | 51 | 12 | 0 | 115 | 303 | 32 | 22 |
| Binary | 100011 | 110101 | 111011 | 101001 | 1010 | 0 | 1001101 | 11000011 | 11010 | 10010 |
Color Harmonies of #23353B
Complementary color
Monochromatic Colors of #23353B
Black with #23353B
Text Example
Text Example
White with #23353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23353B; }
p { color: rgb(35,53,59); }
H1.HeaderClassName
{
color: #23353B;
}
.AnyTagClassName
{
color: #23353B;
}
</style>
background-color css
<style>
a { background-color: #23353B; }
a { background-color: rgb(35,53,59); }
div.DivClassName
{
background-color: #23353B;
}
.BgClassName
{
background-color: #23353B;
}
</style>
border-color css
<style>
span { border-color: #23353B; }
span { border-color: rgb(35,53,59); }
td.TdClassName
{
border-color: #23353B;
}
.TagClassName
{
border-color: #23353B;
}
</style>