Shades of Oxford Blue #2A3B41
Tints of Oxford Blue #2A3B41
RGB
CMYK
RGB Variations
Color information
#2A3B41 (or 0x2A3B41) is known color: Oxford Blue. HEX triplet: 2A, 3B and 41. RGB value is (42,59,65). Sum of RGB (Red+Green+Blue) = 42+59+65=166 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.30% from 166); Green value is 59 (23.44% from 255 or 35.54% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 65 - color contains mainly: blue. Hex color #2A3B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3B41 is #D5C4BE. Grayscale: #363636. Windows color (decimal): -14009535 or 4274986. OLE color: 4274986.
HSL color Cylindrical-coordinate representation of color #2A3B41: hue angle of 195.65º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2A3B41 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 59 | 65 | - |
| CMYK | 0.35 | 0.09 | 0 | 0.75 |
| HSL | 195.65º | 0.21% | 0.21% | - |
| HSV(B) | 195.65º | 0.35% | 0.25% | - |
| XYZ | 3.47 | 4 | 5.59 | - |
| YUV | 54.6 | 133.87 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 59 | 65 | 0.35 | 0.09 | 0 | 0.75 | 195.65 | 0.21 | 0.21 |
| Hex | 2A | 3B | 41 | 23 | 9 | 0 | 4B | C4 | 15 | 15 |
| Octal | 52 | 73 | 101 | 43 | 11 | 0 | 113 | 304 | 25 | 25 |
| Binary | 101010 | 111011 | 1000001 | 100011 | 1001 | 0 | 1001011 | 11000100 | 10101 | 10101 |
Color Harmonies of #2A3B41
Complementary color
Monochromatic Colors of #2A3B41
Black with #2A3B41
Text Example
Text Example
White with #2A3B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3B41; }
p { color: rgb(42,59,65); }
H1.HeaderClassName
{
color: #2A3B41;
}
.AnyTagClassName
{
color: #2A3B41;
}
</style>
background-color css
<style>
a { background-color: #2A3B41; }
a { background-color: rgb(42,59,65); }
div.DivClassName
{
background-color: #2A3B41;
}
.BgClassName
{
background-color: #2A3B41;
}
</style>
border-color css
<style>
span { border-color: #2A3B41; }
span { border-color: rgb(42,59,65); }
td.TdClassName
{
border-color: #2A3B41;
}
.TagClassName
{
border-color: #2A3B41;
}
</style>