Shades of Oxford Blue #233138
Tints of Oxford Blue #233138
RGB
CMYK
RGB Variations
Color information
#233138 (or 0x233138) is known color: Oxford Blue. HEX triplet: 23, 31 and 38. RGB value is (35,49,56). Sum of RGB (Red+Green+Blue) = 35+49+56=140 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 56 - color contains mainly: blue. Hex color #233138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233138 is #DCCEC7. Grayscale: #2D2D2D. Windows color (decimal): -14470856 or 3682595. OLE color: 3682595.
HSL color Cylindrical-coordinate representation of color #233138: hue angle of 200º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #233138 is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 35 | 49 | 56 | - |
| CMYK | 0.37 | 0.12 | 0 | 0.78 |
| HSL | 200º | 0.23% | 0.18% | - |
| HSV(B) | 200º | 0.38% | 0.22% | - |
| XYZ | 2.51 | 2.84 | 4.16 | - |
| YUV | 45.61 | 133.86 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 49 | 56 | 0.37 | 0.12 | 0 | 0.78 | 200 | 0.23 | 0.18 |
| Hex | 23 | 31 | 38 | 25 | C | 0 | 4E | C8 | 17 | 12 |
| Octal | 43 | 61 | 70 | 45 | 14 | 0 | 116 | 310 | 27 | 22 |
| Binary | 100011 | 110001 | 111000 | 100101 | 1100 | 0 | 1001110 | 11001000 | 10111 | 10010 |
Color Harmonies of #233138
Complementary color
Monochromatic Colors of #233138
Black with #233138
Text Example
Text Example
White with #233138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233138; }
p { color: rgb(35,49,56); }
H1.HeaderClassName
{
color: #233138;
}
.AnyTagClassName
{
color: #233138;
}
</style>
background-color css
<style>
a { background-color: #233138; }
a { background-color: rgb(35,49,56); }
div.DivClassName
{
background-color: #233138;
}
.BgClassName
{
background-color: #233138;
}
</style>
border-color css
<style>
span { border-color: #233138; }
span { border-color: rgb(35,49,56); }
td.TdClassName
{
border-color: #233138;
}
.TagClassName
{
border-color: #233138;
}
</style>