Shades of Oxford Blue #233A40
Tints of Oxford Blue #233A40
RGB
CMYK
RGB Variations
Color information
#233A40 (or 0x233A40) is known color: Oxford Blue. HEX triplet: 23, 3A and 40. RGB value is (35,58,64). Sum of RGB (Red+Green+Blue) = 35+58+64=157 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.29% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 64 - color contains mainly: blue. Hex color #233A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233A40 is #DCC5BF. Grayscale: #333333. Windows color (decimal): -14468544 or 4209187. OLE color: 4209187.
HSL color Cylindrical-coordinate representation of color #233A40: hue angle of 192.41º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #233A40 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 58 | 64 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.75 |
| HSL | 192.41º | 0.29% | 0.19% | - |
| HSV(B) | 192.41º | 0.45% | 0.25% | - |
| XYZ | 3.13 | 3.75 | 5.41 | - |
| YUV | 51.81 | 134.88 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 64 | 0.45 | 0.09 | 0 | 0.75 | 192.41 | 0.29 | 0.19 |
| Hex | 23 | 3A | 40 | 2D | 9 | 0 | 4B | C0 | 1D | 13 |
| Octal | 43 | 72 | 100 | 55 | 11 | 0 | 113 | 300 | 35 | 23 |
| Binary | 100011 | 111010 | 1000000 | 101101 | 1001 | 0 | 1001011 | 11000000 | 11101 | 10011 |
Color Harmonies of #233A40
Complementary color
Monochromatic Colors of #233A40
Black with #233A40
Text Example
Text Example
White with #233A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233A40; }
p { color: rgb(35,58,64); }
H1.HeaderClassName
{
color: #233A40;
}
.AnyTagClassName
{
color: #233A40;
}
</style>
background-color css
<style>
a { background-color: #233A40; }
a { background-color: rgb(35,58,64); }
div.DivClassName
{
background-color: #233A40;
}
.BgClassName
{
background-color: #233A40;
}
</style>
border-color css
<style>
span { border-color: #233A40; }
span { border-color: rgb(35,58,64); }
td.TdClassName
{
border-color: #233A40;
}
.TagClassName
{
border-color: #233A40;
}
</style>