Shades of Oxford Blue #23363D
Tints of Oxford Blue #23363D
RGB
CMYK
RGB Variations
Color information
#23363D (or 0x23363D) is known color: Oxford Blue. HEX triplet: 23, 36 and 3D. RGB value is (35,54,61). Sum of RGB (Red+Green+Blue) = 35+54+61=150 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.33% from 150); Green value is 54 (21.48% from 255 or 36% from 150); Blue value is 61 (24.22% from 255 or 40.67% from 150); Max value from RGB is 61 - color contains mainly: blue. Hex color #23363D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23363D is #DCC9C2. Grayscale: #313131. Windows color (decimal): -14469571 or 4011555. OLE color: 4011555.
HSL color Cylindrical-coordinate representation of color #23363D: hue angle of 196.15º 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 #23363D is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 54 | 61 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.76 |
| HSL | 196.15º | 0.27% | 0.19% | - |
| HSV(B) | 196.15º | 0.43% | 0.24% | - |
| XYZ | 2.85 | 3.33 | 4.91 | - |
| YUV | 49.12 | 134.71 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 54 | 61 | 0.43 | 0.11 | 0 | 0.76 | 196.15 | 0.27 | 0.19 |
| Hex | 23 | 36 | 3D | 2B | B | 0 | 4C | C4 | 1B | 13 |
| Octal | 43 | 66 | 75 | 53 | 13 | 0 | 114 | 304 | 33 | 23 |
| Binary | 100011 | 110110 | 111101 | 101011 | 1011 | 0 | 1001100 | 11000100 | 11011 | 10011 |
Color Harmonies of #23363D
Complementary color
Monochromatic Colors of #23363D
Black with #23363D
Text Example
Text Example
White with #23363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23363D; }
p { color: rgb(35,54,61); }
H1.HeaderClassName
{
color: #23363D;
}
.AnyTagClassName
{
color: #23363D;
}
</style>
background-color css
<style>
a { background-color: #23363D; }
a { background-color: rgb(35,54,61); }
div.DivClassName
{
background-color: #23363D;
}
.BgClassName
{
background-color: #23363D;
}
</style>
border-color css
<style>
span { border-color: #23363D; }
span { border-color: rgb(35,54,61); }
td.TdClassName
{
border-color: #23363D;
}
.TagClassName
{
border-color: #23363D;
}
</style>