Shades of Oxford Blue #20333B
Tints of Oxford Blue #20333B
RGB
CMYK
RGB Variations
Color information
#20333B (or 0x20333B) is known color: Oxford Blue. HEX triplet: 20, 33 and 3B. RGB value is (32,51,59). Sum of RGB (Red+Green+Blue) = 32+51+59=142 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.54% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 59 (23.44% from 255 or 41.55% from 142); Max value from RGB is 59 - color contains mainly: blue. Hex color #20333B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20333B is #DFCCC4. Grayscale: #2E2E2E. Windows color (decimal): -14666949 or 3879712. OLE color: 3879712.
HSL color Cylindrical-coordinate representation of color #20333B: hue angle of 197.78º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #20333B is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 32 | 51 | 59 | - |
| CMYK | 0.46 | 0.14 | 0 | 0.77 |
| HSL | 197.78º | 0.3% | 0.18% | - |
| HSV(B) | 197.78º | 0.46% | 0.23% | - |
| XYZ | 2.57 | 2.99 | 4.58 | - |
| YUV | 46.23 | 135.21 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 51 | 59 | 0.46 | 0.14 | 0 | 0.77 | 197.78 | 0.3 | 0.18 |
| Hex | 20 | 33 | 3B | 2E | E | 0 | 4D | C6 | 1E | 12 |
| Octal | 40 | 63 | 73 | 56 | 16 | 0 | 115 | 306 | 36 | 22 |
| Binary | 100000 | 110011 | 111011 | 101110 | 1110 | 0 | 1001101 | 11000110 | 11110 | 10010 |
Color Harmonies of #20333B
Complementary color
Monochromatic Colors of #20333B
Black with #20333B
Text Example
Text Example
White with #20333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20333B; }
p { color: rgb(32,51,59); }
H1.HeaderClassName
{
color: #20333B;
}
.AnyTagClassName
{
color: #20333B;
}
</style>
background-color css
<style>
a { background-color: #20333B; }
a { background-color: rgb(32,51,59); }
div.DivClassName
{
background-color: #20333B;
}
.BgClassName
{
background-color: #20333B;
}
</style>
border-color css
<style>
span { border-color: #20333B; }
span { border-color: rgb(32,51,59); }
td.TdClassName
{
border-color: #20333B;
}
.TagClassName
{
border-color: #20333B;
}
</style>