Shades of Oxford Blue #232F33
Tints of Oxford Blue #232F33
RGB
CMYK
RGB Variations
Color information
#232F33 (or 0x232F33) is known color: Oxford Blue. HEX triplet: 23, 2F and 33. RGB value is (35,47,51). Sum of RGB (Red+Green+Blue) = 35+47+51=133 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.32% from 133); Green value is 47 (18.75% from 255 or 35.34% from 133); Blue value is 51 (20.31% from 255 or 38.35% from 133); Max value from RGB is 51 - color contains mainly: blue. Hex color #232F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232F33 is #DCD0CC. Grayscale: #2B2B2B. Windows color (decimal): -14471373 or 3354403. OLE color: 3354403.
HSL color Cylindrical-coordinate representation of color #232F33: hue angle of 195º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #232F33 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 35 | 47 | 51 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.8 |
| HSL | 195º | 0.19% | 0.17% | - |
| HSV(B) | 195º | 0.31% | 0.2% | - |
| XYZ | 2.31 | 2.63 | 3.52 | - |
| YUV | 43.87 | 132.02 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 51 | 0.31 | 0.08 | 0 | 0.8 | 195 | 0.19 | 0.17 |
| Hex | 23 | 2F | 33 | 1F | 8 | 0 | 50 | C3 | 13 | 11 |
| Octal | 43 | 57 | 63 | 37 | 10 | 0 | 120 | 303 | 23 | 21 |
| Binary | 100011 | 101111 | 110011 | 11111 | 1000 | 0 | 1010000 | 11000011 | 10011 | 10001 |
Color Harmonies of #232F33
Complementary color
Monochromatic Colors of #232F33
Black with #232F33
Text Example
Text Example
White with #232F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232F33; }
p { color: rgb(35,47,51); }
H1.HeaderClassName
{
color: #232F33;
}
.AnyTagClassName
{
color: #232F33;
}
</style>
background-color css
<style>
a { background-color: #232F33; }
a { background-color: rgb(35,47,51); }
div.DivClassName
{
background-color: #232F33;
}
.BgClassName
{
background-color: #232F33;
}
</style>
border-color css
<style>
span { border-color: #232F33; }
span { border-color: rgb(35,47,51); }
td.TdClassName
{
border-color: #232F33;
}
.TagClassName
{
border-color: #232F33;
}
</style>