Shades of Oxford Blue #22363C
Tints of Oxford Blue #22363C
RGB
CMYK
RGB Variations
Color information
#22363C (or 0x22363C) is known color: Oxford Blue. HEX triplet: 22, 36 and 3C. RGB value is (34,54,60). Sum of RGB (Red+Green+Blue) = 34+54+60=148 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.97% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 60 - color contains mainly: blue. Hex color #22363C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22363C is #DDC9C3. Grayscale: #303030. Windows color (decimal): -14535108 or 3946018. OLE color: 3946018.
HSL color Cylindrical-coordinate representation of color #22363C: hue angle of 193.85º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #22363C is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 34 | 54 | 60 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.76 |
| HSL | 193.85º | 0.28% | 0.18% | - |
| HSV(B) | 193.85º | 0.43% | 0.24% | - |
| XYZ | 2.79 | 3.3 | 4.77 | - |
| YUV | 48.7 | 134.37 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 54 | 60 | 0.43 | 0.10 | 0 | 0.76 | 193.85 | 0.28 | 0.18 |
| Hex | 22 | 36 | 3C | 2B | A | 0 | 4C | C2 | 1C | 12 |
| Octal | 42 | 66 | 74 | 53 | 12 | 0 | 114 | 302 | 34 | 22 |
| Binary | 100010 | 110110 | 111100 | 101011 | 1010 | 0 | 1001100 | 11000010 | 11100 | 10010 |
Color Harmonies of #22363C
Complementary color
Monochromatic Colors of #22363C
Black with #22363C
Text Example
Text Example
White with #22363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22363C; }
p { color: rgb(34,54,60); }
H1.HeaderClassName
{
color: #22363C;
}
.AnyTagClassName
{
color: #22363C;
}
</style>
background-color css
<style>
a { background-color: #22363C; }
a { background-color: rgb(34,54,60); }
div.DivClassName
{
background-color: #22363C;
}
.BgClassName
{
background-color: #22363C;
}
</style>
border-color css
<style>
span { border-color: #22363C; }
span { border-color: rgb(34,54,60); }
td.TdClassName
{
border-color: #22363C;
}
.TagClassName
{
border-color: #22363C;
}
</style>