Shades of Oxford Blue #223134
Tints of Oxford Blue #223134
RGB
CMYK
RGB Variations
Color information
#223134 (or 0x223134) is known color: Oxford Blue. HEX triplet: 22, 31 and 34. RGB value is (34,49,52). Sum of RGB (Red+Green+Blue) = 34+49+52=135 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.19% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 52 (20.70% from 255 or 38.52% from 135); Max value from RGB is 52 - color contains mainly: blue. Hex color #223134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223134 is #DDCECB. Grayscale: #2C2C2C. Windows color (decimal): -14536396 or 3420450. OLE color: 3420450.
HSL color Cylindrical-coordinate representation of color #223134: hue angle of 190º degrees, saturation: 0.21, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #223134 is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 34 | 49 | 52 | - |
| CMYK | 0.35 | 0.06 | 0 | 0.80 |
| HSL | 190º | 0.21% | 0.17% | - |
| HSV(B) | 190º | 0.35% | 0.2% | - |
| XYZ | 2.38 | 2.78 | 3.66 | - |
| YUV | 44.86 | 132.03 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 49 | 52 | 0.35 | 0.06 | 0 | 0.80 | 190 | 0.21 | 0.17 |
| Hex | 22 | 31 | 34 | 23 | 6 | 0 | 50 | BE | 15 | 11 |
| Octal | 42 | 61 | 64 | 43 | 6 | 0 | 120 | 276 | 25 | 21 |
| Binary | 100010 | 110001 | 110100 | 100011 | 110 | 0 | 1010000 | 10111110 | 10101 | 10001 |
Color Harmonies of #223134
Complementary color
Monochromatic Colors of #223134
Black with #223134
Text Example
Text Example
White with #223134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223134; }
p { color: rgb(34,49,52); }
H1.HeaderClassName
{
color: #223134;
}
.AnyTagClassName
{
color: #223134;
}
</style>
background-color css
<style>
a { background-color: #223134; }
a { background-color: rgb(34,49,52); }
div.DivClassName
{
background-color: #223134;
}
.BgClassName
{
background-color: #223134;
}
</style>
border-color css
<style>
span { border-color: #223134; }
span { border-color: rgb(34,49,52); }
td.TdClassName
{
border-color: #223134;
}
.TagClassName
{
border-color: #223134;
}
</style>