Shades of Oxford Blue #223135
Tints of Oxford Blue #223135
RGB
CMYK
RGB Variations
Color information
#223135 (or 0x223135) is known color: Oxford Blue. HEX triplet: 22, 31 and 35. RGB value is (34,49,53). Sum of RGB (Red+Green+Blue) = 34+49+53=136 (18% of max value = 765). Red value is 34 (13.67% from 255 or 25% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 53 (21.09% from 255 or 38.97% from 136); Max value from RGB is 53 - color contains mainly: blue. Hex color #223135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223135 is #DDCECA. Grayscale: #2C2C2C. Windows color (decimal): -14536395 or 3485986. OLE color: 3485986.
HSL color Cylindrical-coordinate representation of color #223135: hue angle of 192.63º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #223135 is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 34 | 49 | 53 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.79 |
| HSL | 192.63º | 0.22% | 0.17% | - |
| HSV(B) | 192.63º | 0.36% | 0.21% | - |
| XYZ | 2.4 | 2.79 | 3.78 | - |
| YUV | 44.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 49 | 53 | 0.36 | 0.08 | 0 | 0.79 | 192.63 | 0.22 | 0.17 |
| Hex | 22 | 31 | 35 | 24 | 8 | 0 | 4F | C1 | 16 | 11 |
| Octal | 42 | 61 | 65 | 44 | 10 | 0 | 117 | 301 | 26 | 21 |
| Binary | 100010 | 110001 | 110101 | 100100 | 1000 | 0 | 1001111 | 11000001 | 10110 | 10001 |
Color Harmonies of #223135
Complementary color
Monochromatic Colors of #223135
Black with #223135
Text Example
Text Example
White with #223135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223135; }
p { color: rgb(34,49,53); }
H1.HeaderClassName
{
color: #223135;
}
.AnyTagClassName
{
color: #223135;
}
</style>
background-color css
<style>
a { background-color: #223135; }
a { background-color: rgb(34,49,53); }
div.DivClassName
{
background-color: #223135;
}
.BgClassName
{
background-color: #223135;
}
</style>
border-color css
<style>
span { border-color: #223135; }
span { border-color: rgb(34,49,53); }
td.TdClassName
{
border-color: #223135;
}
.TagClassName
{
border-color: #223135;
}
</style>