Shades of Oxford Blue #21353A
Tints of Oxford Blue #21353A
RGB
CMYK
RGB Variations
Color information
#21353A (or 0x21353A) is known color: Oxford Blue. HEX triplet: 21, 35 and 3A. RGB value is (33,53,58). Sum of RGB (Red+Green+Blue) = 33+53+58=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 58 - color contains mainly: blue. Hex color #21353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21353A is #DECAC5. Grayscale: #2F2F2F. Windows color (decimal): -14600902 or 3814689. OLE color: 3814689.
HSL color Cylindrical-coordinate representation of color #21353A: hue angle of 192º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #21353A is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 33 | 53 | 58 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.77 |
| HSL | 192º | 0.27% | 0.18% | - |
| HSV(B) | 192º | 0.43% | 0.23% | - |
| XYZ | 2.66 | 3.18 | 4.48 | - |
| YUV | 47.59 | 133.87 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 53 | 58 | 0.43 | 0.09 | 0 | 0.77 | 192 | 0.27 | 0.18 |
| Hex | 21 | 35 | 3A | 2B | 9 | 0 | 4D | C0 | 1B | 12 |
| Octal | 41 | 65 | 72 | 53 | 11 | 0 | 115 | 300 | 33 | 22 |
| Binary | 100001 | 110101 | 111010 | 101011 | 1001 | 0 | 1001101 | 11000000 | 11011 | 10010 |
Color Harmonies of #21353A
Complementary color
Monochromatic Colors of #21353A
Black with #21353A
Text Example
Text Example
White with #21353A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21353A; }
p { color: rgb(33,53,58); }
H1.HeaderClassName
{
color: #21353A;
}
.AnyTagClassName
{
color: #21353A;
}
</style>
background-color css
<style>
a { background-color: #21353A; }
a { background-color: rgb(33,53,58); }
div.DivClassName
{
background-color: #21353A;
}
.BgClassName
{
background-color: #21353A;
}
</style>
border-color css
<style>
span { border-color: #21353A; }
span { border-color: rgb(33,53,58); }
td.TdClassName
{
border-color: #21353A;
}
.TagClassName
{
border-color: #21353A;
}
</style>