Shades of Oxford Blue #1D343C
Tints of Oxford Blue #1D343C
RGB
CMYK
RGB Variations
Color information
#1D343C (or 0x1D343C) is known color: Oxford Blue. HEX triplet: 1D, 34 and 3C. RGB value is (29,52,60). Sum of RGB (Red+Green+Blue) = 29+52+60=141 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.57% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 60 - color contains mainly: blue. Hex color #1D343C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D343C is #E2CBC3. Grayscale: #2D2D2D. Windows color (decimal): -14863300 or 3945501. OLE color: 3945501.
HSL color Cylindrical-coordinate representation of color #1D343C: hue angle of 195.48º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1D343C is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 52 | 60 | - |
| CMYK | 0.52 | 0.13 | 0 | 0.76 |
| HSL | 195.48º | 0.35% | 0.17% | - |
| HSV(B) | 195.48º | 0.52% | 0.24% | - |
| XYZ | 2.55 | 3.04 | 4.73 | - |
| YUV | 46.04 | 135.88 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 52 | 60 | 0.52 | 0.13 | 0 | 0.76 | 195.48 | 0.35 | 0.17 |
| Hex | 1D | 34 | 3C | 34 | D | 0 | 4C | C3 | 23 | 11 |
| Octal | 35 | 64 | 74 | 64 | 15 | 0 | 114 | 303 | 43 | 21 |
| Binary | 11101 | 110100 | 111100 | 110100 | 1101 | 0 | 1001100 | 11000011 | 100011 | 10001 |
Color Harmonies of #1D343C
Complementary color
Monochromatic Colors of #1D343C
Black with #1D343C
Text Example
Text Example
White with #1D343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D343C; }
p { color: rgb(29,52,60); }
H1.HeaderClassName
{
color: #1D343C;
}
.AnyTagClassName
{
color: #1D343C;
}
</style>
background-color css
<style>
a { background-color: #1D343C; }
a { background-color: rgb(29,52,60); }
div.DivClassName
{
background-color: #1D343C;
}
.BgClassName
{
background-color: #1D343C;
}
</style>
border-color css
<style>
span { border-color: #1D343C; }
span { border-color: rgb(29,52,60); }
td.TdClassName
{
border-color: #1D343C;
}
.TagClassName
{
border-color: #1D343C;
}
</style>