Shades of Oxford Blue #2A383D
Tints of Oxford Blue #2A383D
RGB
CMYK
RGB Variations
Color information
#2A383D (or 0x2A383D) is known color: Oxford Blue. HEX triplet: 2A, 38 and 3D. RGB value is (42,56,61). Sum of RGB (Red+Green+Blue) = 42+56+61=159 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.42% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 61 - color contains mainly: blue. Hex color #2A383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A383D is #D5C7C2. Grayscale: #343434. Windows color (decimal): -14010307 or 4012074. OLE color: 4012074.
HSL color Cylindrical-coordinate representation of color #2A383D: hue angle of 195.79º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2A383D is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 42 | 56 | 61 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.76 |
| HSL | 195.79º | 0.18% | 0.2% | - |
| HSV(B) | 195.79º | 0.31% | 0.24% | - |
| XYZ | 3.21 | 3.66 | 4.95 | - |
| YUV | 52.38 | 132.86 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 56 | 61 | 0.31 | 0.08 | 0 | 0.76 | 195.79 | 0.18 | 0.2 |
| Hex | 2A | 38 | 3D | 1F | 8 | 0 | 4C | C4 | 12 | 14 |
| Octal | 52 | 70 | 75 | 37 | 10 | 0 | 114 | 304 | 22 | 24 |
| Binary | 101010 | 111000 | 111101 | 11111 | 1000 | 0 | 1001100 | 11000100 | 10010 | 10100 |
Color Harmonies of #2A383D
Complementary color
Monochromatic Colors of #2A383D
Black with #2A383D
Text Example
Text Example
White with #2A383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A383D; }
p { color: rgb(42,56,61); }
H1.HeaderClassName
{
color: #2A383D;
}
.AnyTagClassName
{
color: #2A383D;
}
</style>
background-color css
<style>
a { background-color: #2A383D; }
a { background-color: rgb(42,56,61); }
div.DivClassName
{
background-color: #2A383D;
}
.BgClassName
{
background-color: #2A383D;
}
</style>
border-color css
<style>
span { border-color: #2A383D; }
span { border-color: rgb(42,56,61); }
td.TdClassName
{
border-color: #2A383D;
}
.TagClassName
{
border-color: #2A383D;
}
</style>