Shades of Oxford Blue #22363D
Tints of Oxford Blue #22363D
RGB
CMYK
RGB Variations
Color information
#22363D (or 0x22363D) is known color: Oxford Blue. HEX triplet: 22, 36 and 3D. RGB value is (34,54,61). Sum of RGB (Red+Green+Blue) = 34+54+61=149 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.82% from 149); Green value is 54 (21.48% from 255 or 36.24% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 61 - color contains mainly: blue. Hex color #22363D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22363D is #DDC9C2. Grayscale: #303030. Windows color (decimal): -14535107 or 4011554. OLE color: 4011554.
HSL color Cylindrical-coordinate representation of color #22363D: hue angle of 195.56º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #22363D is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 34 | 54 | 61 | - |
| CMYK | 0.44 | 0.11 | 0 | 0.76 |
| HSL | 195.56º | 0.28% | 0.19% | - |
| HSV(B) | 195.56º | 0.44% | 0.24% | - |
| XYZ | 2.82 | 3.32 | 4.91 | - |
| YUV | 48.82 | 134.87 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 54 | 61 | 0.44 | 0.11 | 0 | 0.76 | 195.56 | 0.28 | 0.19 |
| Hex | 22 | 36 | 3D | 2C | B | 0 | 4C | C4 | 1C | 13 |
| Octal | 42 | 66 | 75 | 54 | 13 | 0 | 114 | 304 | 34 | 23 |
| Binary | 100010 | 110110 | 111101 | 101100 | 1011 | 0 | 1001100 | 11000100 | 11100 | 10011 |
Color Harmonies of #22363D
Complementary color
Monochromatic Colors of #22363D
Black with #22363D
Text Example
Text Example
White with #22363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22363D; }
p { color: rgb(34,54,61); }
H1.HeaderClassName
{
color: #22363D;
}
.AnyTagClassName
{
color: #22363D;
}
</style>
background-color css
<style>
a { background-color: #22363D; }
a { background-color: rgb(34,54,61); }
div.DivClassName
{
background-color: #22363D;
}
.BgClassName
{
background-color: #22363D;
}
</style>
border-color css
<style>
span { border-color: #22363D; }
span { border-color: rgb(34,54,61); }
td.TdClassName
{
border-color: #22363D;
}
.TagClassName
{
border-color: #22363D;
}
</style>