Shades of Oxford Blue #20343C
Tints of Oxford Blue #20343C
RGB
CMYK
RGB Variations
Color information
#20343C (or 0x20343C) is known color: Oxford Blue. HEX triplet: 20, 34 and 3C. RGB value is (32,52,60). Sum of RGB (Red+Green+Blue) = 32+52+60=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 60 - color contains mainly: blue. Hex color #20343C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20343C is #DFCBC3. Grayscale: #2E2E2E. Windows color (decimal): -14666692 or 3945504. OLE color: 3945504.
HSL color Cylindrical-coordinate representation of color #20343C: hue angle of 197.14º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #20343C is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 52 | 60 | - |
| CMYK | 0.47 | 0.13 | 0 | 0.76 |
| HSL | 197.14º | 0.3% | 0.18% | - |
| HSV(B) | 197.14º | 0.47% | 0.24% | - |
| XYZ | 2.64 | 3.09 | 4.73 | - |
| YUV | 46.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 52 | 60 | 0.47 | 0.13 | 0 | 0.76 | 197.14 | 0.3 | 0.18 |
| Hex | 20 | 34 | 3C | 2F | D | 0 | 4C | C5 | 1E | 12 |
| Octal | 40 | 64 | 74 | 57 | 15 | 0 | 114 | 305 | 36 | 22 |
| Binary | 100000 | 110100 | 111100 | 101111 | 1101 | 0 | 1001100 | 11000101 | 11110 | 10010 |
Color Harmonies of #20343C
Complementary color
Monochromatic Colors of #20343C
Black with #20343C
Text Example
Text Example
White with #20343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20343C; }
p { color: rgb(32,52,60); }
H1.HeaderClassName
{
color: #20343C;
}
.AnyTagClassName
{
color: #20343C;
}
</style>
background-color css
<style>
a { background-color: #20343C; }
a { background-color: rgb(32,52,60); }
div.DivClassName
{
background-color: #20343C;
}
.BgClassName
{
background-color: #20343C;
}
</style>
border-color css
<style>
span { border-color: #20343C; }
span { border-color: rgb(32,52,60); }
td.TdClassName
{
border-color: #20343C;
}
.TagClassName
{
border-color: #20343C;
}
</style>