Shades of Oxford Blue #20343B
Tints of Oxford Blue #20343B
RGB
CMYK
RGB Variations
Color information
#20343B (or 0x20343B) is known color: Oxford Blue. HEX triplet: 20, 34 and 3B. RGB value is (32,52,59). Sum of RGB (Red+Green+Blue) = 32+52+59=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 59 (23.44% from 255 or 41.26% from 143); Max value from RGB is 59 - color contains mainly: blue. Hex color #20343B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20343B is #DFCBC4. Grayscale: #2E2E2E. Windows color (decimal): -14666693 or 3879968. OLE color: 3879968.
HSL color Cylindrical-coordinate representation of color #20343B: hue angle of 195.56º 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 #20343B is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 32 | 52 | 59 | - |
| CMYK | 0.46 | 0.12 | 0 | 0.77 |
| HSL | 195.56º | 0.3% | 0.18% | - |
| HSV(B) | 195.56º | 0.46% | 0.23% | - |
| XYZ | 2.61 | 3.08 | 4.59 | - |
| YUV | 46.82 | 134.87 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 52 | 59 | 0.46 | 0.12 | 0 | 0.77 | 195.56 | 0.3 | 0.18 |
| Hex | 20 | 34 | 3B | 2E | C | 0 | 4D | C4 | 1E | 12 |
| Octal | 40 | 64 | 73 | 56 | 14 | 0 | 115 | 304 | 36 | 22 |
| Binary | 100000 | 110100 | 111011 | 101110 | 1100 | 0 | 1001101 | 11000100 | 11110 | 10010 |
Color Harmonies of #20343B
Complementary color
Monochromatic Colors of #20343B
Black with #20343B
Text Example
Text Example
White with #20343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20343B; }
p { color: rgb(32,52,59); }
H1.HeaderClassName
{
color: #20343B;
}
.AnyTagClassName
{
color: #20343B;
}
</style>
background-color css
<style>
a { background-color: #20343B; }
a { background-color: rgb(32,52,59); }
div.DivClassName
{
background-color: #20343B;
}
.BgClassName
{
background-color: #20343B;
}
</style>
border-color css
<style>
span { border-color: #20343B; }
span { border-color: rgb(32,52,59); }
td.TdClassName
{
border-color: #20343B;
}
.TagClassName
{
border-color: #20343B;
}
</style>