Shades of Oxford Blue #233137
Tints of Oxford Blue #233137
RGB
CMYK
RGB Variations
Color information
#233137 (or 0x233137) is known color: Oxford Blue. HEX triplet: 23, 31 and 37. RGB value is (35,49,55). Sum of RGB (Red+Green+Blue) = 35+49+55=139 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.18% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 55 (21.88% from 255 or 39.57% from 139); Max value from RGB is 55 - color contains mainly: blue. Hex color #233137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233137 is #DCCEC8. Grayscale: #2D2D2D. Windows color (decimal): -14470857 or 3617059. OLE color: 3617059.
HSL color Cylindrical-coordinate representation of color #233137: hue angle of 198º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #233137 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 35 | 49 | 55 | - |
| CMYK | 0.36 | 0.11 | 0 | 0.78 |
| HSL | 198º | 0.22% | 0.18% | - |
| HSV(B) | 198º | 0.36% | 0.22% | - |
| XYZ | 2.48 | 2.83 | 4.03 | - |
| YUV | 45.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 49 | 55 | 0.36 | 0.11 | 0 | 0.78 | 198 | 0.22 | 0.18 |
| Hex | 23 | 31 | 37 | 24 | B | 0 | 4E | C6 | 16 | 12 |
| Octal | 43 | 61 | 67 | 44 | 13 | 0 | 116 | 306 | 26 | 22 |
| Binary | 100011 | 110001 | 110111 | 100100 | 1011 | 0 | 1001110 | 11000110 | 10110 | 10010 |
Color Harmonies of #233137
Complementary color
Monochromatic Colors of #233137
Black with #233137
Text Example
Text Example
White with #233137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233137; }
p { color: rgb(35,49,55); }
H1.HeaderClassName
{
color: #233137;
}
.AnyTagClassName
{
color: #233137;
}
</style>
background-color css
<style>
a { background-color: #233137; }
a { background-color: rgb(35,49,55); }
div.DivClassName
{
background-color: #233137;
}
.BgClassName
{
background-color: #233137;
}
</style>
border-color css
<style>
span { border-color: #233137; }
span { border-color: rgb(35,49,55); }
td.TdClassName
{
border-color: #233137;
}
.TagClassName
{
border-color: #233137;
}
</style>