Shades of Oxford Blue #233337
Tints of Oxford Blue #233337
RGB
CMYK
RGB Variations
Color information
#233337 (or 0x233337) is known color: Oxford Blue. HEX triplet: 23, 33 and 37. RGB value is (35,51,55). Sum of RGB (Red+Green+Blue) = 35+51+55=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 55 (21.88% from 255 or 39.01% from 141); Max value from RGB is 55 - color contains mainly: blue. Hex color #233337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233337 is #DCCCC8. Grayscale: #2E2E2E. Windows color (decimal): -14470345 or 3617571. OLE color: 3617571.
HSL color Cylindrical-coordinate representation of color #233337: hue angle of 192º 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 #233337 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 35 | 51 | 55 | - |
| CMYK | 0.36 | 0.07 | 0 | 0.78 |
| HSL | 192º | 0.22% | 0.18% | - |
| HSV(B) | 192º | 0.36% | 0.22% | - |
| XYZ | 2.57 | 3 | 4.06 | - |
| YUV | 46.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 51 | 55 | 0.36 | 0.07 | 0 | 0.78 | 192 | 0.22 | 0.18 |
| Hex | 23 | 33 | 37 | 24 | 7 | 0 | 4E | C0 | 16 | 12 |
| Octal | 43 | 63 | 67 | 44 | 7 | 0 | 116 | 300 | 26 | 22 |
| Binary | 100011 | 110011 | 110111 | 100100 | 111 | 0 | 1001110 | 11000000 | 10110 | 10010 |
Color Harmonies of #233337
Complementary color
Monochromatic Colors of #233337
Black with #233337
Text Example
Text Example
White with #233337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233337; }
p { color: rgb(35,51,55); }
H1.HeaderClassName
{
color: #233337;
}
.AnyTagClassName
{
color: #233337;
}
</style>
background-color css
<style>
a { background-color: #233337; }
a { background-color: rgb(35,51,55); }
div.DivClassName
{
background-color: #233337;
}
.BgClassName
{
background-color: #233337;
}
</style>
border-color css
<style>
span { border-color: #233337; }
span { border-color: rgb(35,51,55); }
td.TdClassName
{
border-color: #233337;
}
.TagClassName
{
border-color: #233337;
}
</style>