Shades of Oxford Blue #21363D
Tints of Oxford Blue #21363D
RGB
CMYK
RGB Variations
Color information
#21363D (or 0x21363D) is known color: Oxford Blue. HEX triplet: 21, 36 and 3D. RGB value is (33,54,61). Sum of RGB (Red+Green+Blue) = 33+54+61=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 61 (24.22% from 255 or 41.22% from 148); Max value from RGB is 61 - color contains mainly: blue. Hex color #21363D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21363D is #DEC9C2. Grayscale: #303030. Windows color (decimal): -14600643 or 4011553. OLE color: 4011553.
HSL color Cylindrical-coordinate representation of color #21363D: hue angle of 195º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #21363D is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 54 | 61 | - |
| CMYK | 0.46 | 0.11 | 0 | 0.76 |
| HSL | 195º | 0.3% | 0.18% | - |
| HSV(B) | 195º | 0.46% | 0.24% | - |
| XYZ | 2.79 | 3.3 | 4.9 | - |
| YUV | 48.52 | 135.04 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 54 | 61 | 0.46 | 0.11 | 0 | 0.76 | 195 | 0.3 | 0.18 |
| Hex | 21 | 36 | 3D | 2E | B | 0 | 4C | C3 | 1E | 12 |
| Octal | 41 | 66 | 75 | 56 | 13 | 0 | 114 | 303 | 36 | 22 |
| Binary | 100001 | 110110 | 111101 | 101110 | 1011 | 0 | 1001100 | 11000011 | 11110 | 10010 |
Color Harmonies of #21363D
Complementary color
Monochromatic Colors of #21363D
Black with #21363D
Text Example
Text Example
White with #21363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21363D; }
p { color: rgb(33,54,61); }
H1.HeaderClassName
{
color: #21363D;
}
.AnyTagClassName
{
color: #21363D;
}
</style>
background-color css
<style>
a { background-color: #21363D; }
a { background-color: rgb(33,54,61); }
div.DivClassName
{
background-color: #21363D;
}
.BgClassName
{
background-color: #21363D;
}
</style>
border-color css
<style>
span { border-color: #21363D; }
span { border-color: rgb(33,54,61); }
td.TdClassName
{
border-color: #21363D;
}
.TagClassName
{
border-color: #21363D;
}
</style>