Shades of Oxford Blue #22353A
Tints of Oxford Blue #22353A
RGB
CMYK
RGB Variations
Color information
#22353A (or 0x22353A) is known color: Oxford Blue. HEX triplet: 22, 35 and 3A. RGB value is (34,53,58). Sum of RGB (Red+Green+Blue) = 34+53+58=145 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.45% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 58 - color contains mainly: blue. Hex color #22353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22353A is #DDCAC5. Grayscale: #2F2F2F. Windows color (decimal): -14535366 or 3814690. OLE color: 3814690.
HSL color Cylindrical-coordinate representation of color #22353A: hue angle of 192.5º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #22353A is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 34 | 53 | 58 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.77 |
| HSL | 192.5º | 0.26% | 0.18% | - |
| HSV(B) | 192.5º | 0.41% | 0.23% | - |
| XYZ | 2.7 | 3.19 | 4.48 | - |
| YUV | 47.89 | 133.71 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 53 | 58 | 0.41 | 0.09 | 0 | 0.77 | 192.5 | 0.26 | 0.18 |
| Hex | 22 | 35 | 3A | 29 | 9 | 0 | 4D | C0 | 1A | 12 |
| Octal | 42 | 65 | 72 | 51 | 11 | 0 | 115 | 300 | 32 | 22 |
| Binary | 100010 | 110101 | 111010 | 101001 | 1001 | 0 | 1001101 | 11000000 | 11010 | 10010 |
Color Harmonies of #22353A
Complementary color
Monochromatic Colors of #22353A
Black with #22353A
Text Example
Text Example
White with #22353A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22353A; }
p { color: rgb(34,53,58); }
H1.HeaderClassName
{
color: #22353A;
}
.AnyTagClassName
{
color: #22353A;
}
</style>
background-color css
<style>
a { background-color: #22353A; }
a { background-color: rgb(34,53,58); }
div.DivClassName
{
background-color: #22353A;
}
.BgClassName
{
background-color: #22353A;
}
</style>
border-color css
<style>
span { border-color: #22353A; }
span { border-color: rgb(34,53,58); }
td.TdClassName
{
border-color: #22353A;
}
.TagClassName
{
border-color: #22353A;
}
</style>