Shades of Oxford Blue #222F34
Tints of Oxford Blue #222F34
RGB
CMYK
RGB Variations
Color information
#222F34 (or 0x222F34) is known color: Oxford Blue. HEX triplet: 22, 2F and 34. RGB value is (34,47,52). Sum of RGB (Red+Green+Blue) = 34+47+52=133 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.56% from 133); Green value is 47 (18.75% from 255 or 35.34% from 133); Blue value is 52 (20.70% from 255 or 39.10% from 133); Max value from RGB is 52 - color contains mainly: blue. Hex color #222F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222F34 is #DDD0CB. Grayscale: #2B2B2B. Windows color (decimal): -14536908 or 3419938. OLE color: 3419938.
HSL color Cylindrical-coordinate representation of color #222F34: hue angle of 196.67º 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 #222F34 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 34 | 47 | 52 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.80 |
| HSL | 196.67º | 0.21% | 0.17% | - |
| HSV(B) | 196.67º | 0.35% | 0.2% | - |
| XYZ | 2.3 | 2.62 | 3.63 | - |
| YUV | 43.68 | 132.69 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 47 | 52 | 0.35 | 0.10 | 0 | 0.80 | 196.67 | 0.21 | 0.17 |
| Hex | 22 | 2F | 34 | 23 | A | 0 | 50 | C5 | 15 | 11 |
| Octal | 42 | 57 | 64 | 43 | 12 | 0 | 120 | 305 | 25 | 21 |
| Binary | 100010 | 101111 | 110100 | 100011 | 1010 | 0 | 1010000 | 11000101 | 10101 | 10001 |
Color Harmonies of #222F34
Complementary color
Monochromatic Colors of #222F34
Black with #222F34
Text Example
Text Example
White with #222F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222F34; }
p { color: rgb(34,47,52); }
H1.HeaderClassName
{
color: #222F34;
}
.AnyTagClassName
{
color: #222F34;
}
</style>
background-color css
<style>
a { background-color: #222F34; }
a { background-color: rgb(34,47,52); }
div.DivClassName
{
background-color: #222F34;
}
.BgClassName
{
background-color: #222F34;
}
</style>
border-color css
<style>
span { border-color: #222F34; }
span { border-color: rgb(34,47,52); }
td.TdClassName
{
border-color: #222F34;
}
.TagClassName
{
border-color: #222F34;
}
</style>