Shades of Oxford Blue #20333A
Tints of Oxford Blue #20333A
RGB
CMYK
RGB Variations
Color information
#20333A (or 0x20333A) is known color: Oxford Blue. HEX triplet: 20, 33 and 3A. RGB value is (32,51,58). Sum of RGB (Red+Green+Blue) = 32+51+58=141 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.70% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 58 (23.05% from 255 or 41.13% from 141); Max value from RGB is 58 - color contains mainly: blue. Hex color #20333A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20333A is #DFCCC5. Grayscale: #2E2E2E. Windows color (decimal): -14666950 or 3814176. OLE color: 3814176.
HSL color Cylindrical-coordinate representation of color #20333A: hue angle of 196.15º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #20333A is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 32 | 51 | 58 | - |
| CMYK | 0.45 | 0.12 | 0 | 0.77 |
| HSL | 196.15º | 0.29% | 0.18% | - |
| HSV(B) | 196.15º | 0.45% | 0.23% | - |
| XYZ | 2.54 | 2.98 | 4.44 | - |
| YUV | 46.12 | 134.71 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 51 | 58 | 0.45 | 0.12 | 0 | 0.77 | 196.15 | 0.29 | 0.18 |
| Hex | 20 | 33 | 3A | 2D | C | 0 | 4D | C4 | 1D | 12 |
| Octal | 40 | 63 | 72 | 55 | 14 | 0 | 115 | 304 | 35 | 22 |
| Binary | 100000 | 110011 | 111010 | 101101 | 1100 | 0 | 1001101 | 11000100 | 11101 | 10010 |
Color Harmonies of #20333A
Complementary color
Monochromatic Colors of #20333A
Black with #20333A
Text Example
Text Example
White with #20333A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20333A; }
p { color: rgb(32,51,58); }
H1.HeaderClassName
{
color: #20333A;
}
.AnyTagClassName
{
color: #20333A;
}
</style>
background-color css
<style>
a { background-color: #20333A; }
a { background-color: rgb(32,51,58); }
div.DivClassName
{
background-color: #20333A;
}
.BgClassName
{
background-color: #20333A;
}
</style>
border-color css
<style>
span { border-color: #20333A; }
span { border-color: rgb(32,51,58); }
td.TdClassName
{
border-color: #20333A;
}
.TagClassName
{
border-color: #20333A;
}
</style>