Shades of Oxford Blue #213338
Tints of Oxford Blue #213338
RGB
CMYK
RGB Variations
Color information
#213338 (or 0x213338) is known color: Oxford Blue. HEX triplet: 21, 33 and 38. RGB value is (33,51,56). Sum of RGB (Red+Green+Blue) = 33+51+56=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 56 - color contains mainly: blue. Hex color #213338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213338 is #DECCC7. Grayscale: #2E2E2E. Windows color (decimal): -14601416 or 3683105. OLE color: 3683105.
HSL color Cylindrical-coordinate representation of color #213338: hue angle of 193.04º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #213338 is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 51 | 56 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.78 |
| HSL | 193.04º | 0.26% | 0.17% | - |
| HSV(B) | 193.04º | 0.41% | 0.22% | - |
| XYZ | 2.52 | 2.98 | 4.18 | - |
| YUV | 46.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 51 | 56 | 0.41 | 0.09 | 0 | 0.78 | 193.04 | 0.26 | 0.17 |
| Hex | 21 | 33 | 38 | 29 | 9 | 0 | 4E | C1 | 1A | 11 |
| Octal | 41 | 63 | 70 | 51 | 11 | 0 | 116 | 301 | 32 | 21 |
| Binary | 100001 | 110011 | 111000 | 101001 | 1001 | 0 | 1001110 | 11000001 | 11010 | 10001 |
Color Harmonies of #213338
Complementary color
Monochromatic Colors of #213338
Black with #213338
Text Example
Text Example
White with #213338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213338; }
p { color: rgb(33,51,56); }
H1.HeaderClassName
{
color: #213338;
}
.AnyTagClassName
{
color: #213338;
}
</style>
background-color css
<style>
a { background-color: #213338; }
a { background-color: rgb(33,51,56); }
div.DivClassName
{
background-color: #213338;
}
.BgClassName
{
background-color: #213338;
}
</style>
border-color css
<style>
span { border-color: #213338; }
span { border-color: rgb(33,51,56); }
td.TdClassName
{
border-color: #213338;
}
.TagClassName
{
border-color: #213338;
}
</style>