Shades of Oxford Blue #23383D
Tints of Oxford Blue #23383D
RGB
CMYK
RGB Variations
Color information
#23383D (or 0x23383D) is known color: Oxford Blue. HEX triplet: 23, 38 and 3D. RGB value is (35,56,61). Sum of RGB (Red+Green+Blue) = 35+56+61=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 61 - color contains mainly: blue. Hex color #23383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23383D is #DCC7C2. Grayscale: #323232. Windows color (decimal): -14469059 or 4012067. OLE color: 4012067.
HSL color Cylindrical-coordinate representation of color #23383D: hue angle of 191.54º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #23383D is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 56 | 61 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.76 |
| HSL | 191.54º | 0.27% | 0.19% | - |
| HSV(B) | 191.54º | 0.43% | 0.24% | - |
| XYZ | 2.95 | 3.52 | 4.94 | - |
| YUV | 50.29 | 134.04 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 56 | 61 | 0.43 | 0.08 | 0 | 0.76 | 191.54 | 0.27 | 0.19 |
| Hex | 23 | 38 | 3D | 2B | 8 | 0 | 4C | C0 | 1B | 13 |
| Octal | 43 | 70 | 75 | 53 | 10 | 0 | 114 | 300 | 33 | 23 |
| Binary | 100011 | 111000 | 111101 | 101011 | 1000 | 0 | 1001100 | 11000000 | 11011 | 10011 |
Color Harmonies of #23383D
Complementary color
Monochromatic Colors of #23383D
Black with #23383D
Text Example
Text Example
White with #23383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23383D; }
p { color: rgb(35,56,61); }
H1.HeaderClassName
{
color: #23383D;
}
.AnyTagClassName
{
color: #23383D;
}
</style>
background-color css
<style>
a { background-color: #23383D; }
a { background-color: rgb(35,56,61); }
div.DivClassName
{
background-color: #23383D;
}
.BgClassName
{
background-color: #23383D;
}
</style>
border-color css
<style>
span { border-color: #23383D; }
span { border-color: rgb(35,56,61); }
td.TdClassName
{
border-color: #23383D;
}
.TagClassName
{
border-color: #23383D;
}
</style>