Shades of Oxford Blue #1C343C
Tints of Oxford Blue #1C343C
RGB
CMYK
RGB Variations
Color information
#1C343C (or 0x1C343C) is known color: Oxford Blue. HEX triplet: 1C, 34 and 3C. RGB value is (28,52,60). Sum of RGB (Red+Green+Blue) = 28+52+60=140 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 60 - color contains mainly: blue. Hex color #1C343C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C343C is #E3CBC3. Grayscale: #2D2D2D. Windows color (decimal): -14928836 or 3945500. OLE color: 3945500.
HSL color Cylindrical-coordinate representation of color #1C343C: hue angle of 195º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1C343C is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 28 | 52 | 60 | - |
| CMYK | 0.53 | 0.13 | 0 | 0.76 |
| HSL | 195º | 0.36% | 0.17% | - |
| HSV(B) | 195º | 0.53% | 0.24% | - |
| XYZ | 2.52 | 3.03 | 4.73 | - |
| YUV | 45.74 | 136.05 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 52 | 60 | 0.53 | 0.13 | 0 | 0.76 | 195 | 0.36 | 0.17 |
| Hex | 1C | 34 | 3C | 35 | D | 0 | 4C | C3 | 24 | 11 |
| Octal | 34 | 64 | 74 | 65 | 15 | 0 | 114 | 303 | 44 | 21 |
| Binary | 11100 | 110100 | 111100 | 110101 | 1101 | 0 | 1001100 | 11000011 | 100100 | 10001 |
Color Harmonies of #1C343C
Complementary color
Monochromatic Colors of #1C343C
Black with #1C343C
Text Example
Text Example
White with #1C343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C343C; }
p { color: rgb(28,52,60); }
H1.HeaderClassName
{
color: #1C343C;
}
.AnyTagClassName
{
color: #1C343C;
}
</style>
background-color css
<style>
a { background-color: #1C343C; }
a { background-color: rgb(28,52,60); }
div.DivClassName
{
background-color: #1C343C;
}
.BgClassName
{
background-color: #1C343C;
}
</style>
border-color css
<style>
span { border-color: #1C343C; }
span { border-color: rgb(28,52,60); }
td.TdClassName
{
border-color: #1C343C;
}
.TagClassName
{
border-color: #1C343C;
}
</style>