Shades of Oxford Blue #223438
Tints of Oxford Blue #223438
RGB
CMYK
RGB Variations
Color information
#223438 (or 0x223438) is known color: Oxford Blue. HEX triplet: 22, 34 and 38. RGB value is (34,52,56). Sum of RGB (Red+Green+Blue) = 34+52+56=142 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.94% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 56 (22.27% from 255 or 39.44% from 142); Max value from RGB is 56 - color contains mainly: blue. Hex color #223438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223438 is #DDCBC7. Grayscale: #2F2F2F. Windows color (decimal): -14535624 or 3683362. OLE color: 3683362.
HSL color Cylindrical-coordinate representation of color #223438: hue angle of 190.91º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #223438 is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 34 | 52 | 56 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.78 |
| HSL | 190.91º | 0.24% | 0.18% | - |
| HSV(B) | 190.91º | 0.39% | 0.22% | - |
| XYZ | 2.6 | 3.08 | 4.2 | - |
| YUV | 47.07 | 133.04 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 52 | 56 | 0.39 | 0.07 | 0 | 0.78 | 190.91 | 0.24 | 0.18 |
| Hex | 22 | 34 | 38 | 27 | 7 | 0 | 4E | BF | 18 | 12 |
| Octal | 42 | 64 | 70 | 47 | 7 | 0 | 116 | 277 | 30 | 22 |
| Binary | 100010 | 110100 | 111000 | 100111 | 111 | 0 | 1001110 | 10111111 | 11000 | 10010 |
Color Harmonies of #223438
Complementary color
Monochromatic Colors of #223438
Black with #223438
Text Example
Text Example
White with #223438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223438; }
p { color: rgb(34,52,56); }
H1.HeaderClassName
{
color: #223438;
}
.AnyTagClassName
{
color: #223438;
}
</style>
background-color css
<style>
a { background-color: #223438; }
a { background-color: rgb(34,52,56); }
div.DivClassName
{
background-color: #223438;
}
.BgClassName
{
background-color: #223438;
}
</style>
border-color css
<style>
span { border-color: #223438; }
span { border-color: rgb(34,52,56); }
td.TdClassName
{
border-color: #223438;
}
.TagClassName
{
border-color: #223438;
}
</style>