Shades of Oxford Blue #22353C
Tints of Oxford Blue #22353C
RGB
CMYK
RGB Variations
Color information
#22353C (or 0x22353C) is known color: Oxford Blue. HEX triplet: 22, 35 and 3C. RGB value is (34,53,60). Sum of RGB (Red+Green+Blue) = 34+53+60=147 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.13% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 60 - color contains mainly: blue. Hex color #22353C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22353C is #DDCAC3. Grayscale: #303030. Windows color (decimal): -14535364 or 3945762. OLE color: 3945762.
HSL color Cylindrical-coordinate representation of color #22353C: hue angle of 196.15º 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 #22353C is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 34 | 53 | 60 | - |
| CMYK | 0.43 | 0.12 | 0 | 0.76 |
| HSL | 196.15º | 0.28% | 0.18% | - |
| HSV(B) | 196.15º | 0.43% | 0.24% | - |
| XYZ | 2.75 | 3.21 | 4.75 | - |
| YUV | 48.12 | 134.71 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 53 | 60 | 0.43 | 0.12 | 0 | 0.76 | 196.15 | 0.28 | 0.18 |
| Hex | 22 | 35 | 3C | 2B | C | 0 | 4C | C4 | 1C | 12 |
| Octal | 42 | 65 | 74 | 53 | 14 | 0 | 114 | 304 | 34 | 22 |
| Binary | 100010 | 110101 | 111100 | 101011 | 1100 | 0 | 1001100 | 11000100 | 11100 | 10010 |
Color Harmonies of #22353C
Complementary color
Monochromatic Colors of #22353C
Black with #22353C
Text Example
Text Example
White with #22353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22353C; }
p { color: rgb(34,53,60); }
H1.HeaderClassName
{
color: #22353C;
}
.AnyTagClassName
{
color: #22353C;
}
</style>
background-color css
<style>
a { background-color: #22353C; }
a { background-color: rgb(34,53,60); }
div.DivClassName
{
background-color: #22353C;
}
.BgClassName
{
background-color: #22353C;
}
</style>
border-color css
<style>
span { border-color: #22353C; }
span { border-color: rgb(34,53,60); }
td.TdClassName
{
border-color: #22353C;
}
.TagClassName
{
border-color: #22353C;
}
</style>