Shades of Oxford Blue #232F32
Tints of Oxford Blue #232F32
RGB
CMYK
RGB Variations
Color information
#232F32 (or 0x232F32) is known color: Oxford Blue. HEX triplet: 23, 2F and 32. RGB value is (35,47,50). Sum of RGB (Red+Green+Blue) = 35+47+50=132 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.52% from 132); Green value is 47 (18.75% from 255 or 35.61% from 132); Blue value is 50 (19.92% from 255 or 37.88% from 132); Max value from RGB is 50 - color contains mainly: blue. Hex color #232F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232F32 is #DCD0CD. Grayscale: #2B2B2B. Windows color (decimal): -14471374 or 3288867. OLE color: 3288867.
HSL color Cylindrical-coordinate representation of color #232F32: hue angle of 192º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #232F32 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 35 | 47 | 50 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.80 |
| HSL | 192º | 0.18% | 0.17% | - |
| HSV(B) | 192º | 0.3% | 0.2% | - |
| XYZ | 2.29 | 2.62 | 3.4 | - |
| YUV | 43.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 50 | 0.30 | 0.06 | 0 | 0.80 | 192 | 0.18 | 0.17 |
| Hex | 23 | 2F | 32 | 1E | 6 | 0 | 50 | C0 | 12 | 11 |
| Octal | 43 | 57 | 62 | 36 | 6 | 0 | 120 | 300 | 22 | 21 |
| Binary | 100011 | 101111 | 110010 | 11110 | 110 | 0 | 1010000 | 11000000 | 10010 | 10001 |
Color Harmonies of #232F32
Complementary color
Monochromatic Colors of #232F32
Black with #232F32
Text Example
Text Example
White with #232F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232F32; }
p { color: rgb(35,47,50); }
H1.HeaderClassName
{
color: #232F32;
}
.AnyTagClassName
{
color: #232F32;
}
</style>
background-color css
<style>
a { background-color: #232F32; }
a { background-color: rgb(35,47,50); }
div.DivClassName
{
background-color: #232F32;
}
.BgClassName
{
background-color: #232F32;
}
</style>
border-color css
<style>
span { border-color: #232F32; }
span { border-color: rgb(35,47,50); }
td.TdClassName
{
border-color: #232F32;
}
.TagClassName
{
border-color: #232F32;
}
</style>