Shades of Oxford Blue #233438
Tints of Oxford Blue #233438
RGB
CMYK
RGB Variations
Color information
#233438 (or 0x233438) is known color: Oxford Blue. HEX triplet: 23, 34 and 38. RGB value is (35,52,56). Sum of RGB (Red+Green+Blue) = 35+52+56=143 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.48% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 56 (22.27% from 255 or 39.16% from 143); Max value from RGB is 56 - color contains mainly: blue. Hex color #233438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233438 is #DCCBC7. Grayscale: #2F2F2F. Windows color (decimal): -14470088 or 3683363. OLE color: 3683363.
HSL color Cylindrical-coordinate representation of color #233438: hue angle of 191.43º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #233438 is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 35 | 52 | 56 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.78 |
| HSL | 191.43º | 0.23% | 0.18% | - |
| HSV(B) | 191.43º | 0.38% | 0.22% | - |
| XYZ | 2.63 | 3.1 | 4.2 | - |
| YUV | 47.37 | 132.87 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 52 | 56 | 0.37 | 0.07 | 0 | 0.78 | 191.43 | 0.23 | 0.18 |
| Hex | 23 | 34 | 38 | 25 | 7 | 0 | 4E | BF | 17 | 12 |
| Octal | 43 | 64 | 70 | 45 | 7 | 0 | 116 | 277 | 27 | 22 |
| Binary | 100011 | 110100 | 111000 | 100101 | 111 | 0 | 1001110 | 10111111 | 10111 | 10010 |
Color Harmonies of #233438
Complementary color
Monochromatic Colors of #233438
Black with #233438
Text Example
Text Example
White with #233438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233438; }
p { color: rgb(35,52,56); }
H1.HeaderClassName
{
color: #233438;
}
.AnyTagClassName
{
color: #233438;
}
</style>
background-color css
<style>
a { background-color: #233438; }
a { background-color: rgb(35,52,56); }
div.DivClassName
{
background-color: #233438;
}
.BgClassName
{
background-color: #233438;
}
</style>
border-color css
<style>
span { border-color: #233438; }
span { border-color: rgb(35,52,56); }
td.TdClassName
{
border-color: #233438;
}
.TagClassName
{
border-color: #233438;
}
</style>