Shades of Arapawa #21486D
Tints of Arapawa #21486D
RGB
CMYK
RGB Variations
Color information
#21486D (or 0x21486D) is known color: Arapawa. HEX triplet: 21, 48 and 6D. RGB value is (33,72,109). Sum of RGB (Red+Green+Blue) = 33+72+109=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #21486D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21486D is #DEB792. Grayscale: #404040. Windows color (decimal): -14595987 or 7161889. OLE color: 7161889.
HSL color Cylindrical-coordinate representation of color #21486D: hue angle of 209.21º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21486D is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 72 | 109 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.57 |
| HSL | 209.21º | 0.54% | 0.28% | - |
| HSV(B) | 209.21º | 0.7% | 0.43% | - |
| XYZ | 5.7 | 6.06 | 15.34 | - |
| YUV | 64.56 | 153.08 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 72 | 109 | 0.70 | 0.34 | 0 | 0.57 | 209.21 | 0.54 | 0.28 |
| Hex | 21 | 48 | 6D | 46 | 22 | 0 | 39 | D1 | 36 | 1C |
| Octal | 41 | 110 | 155 | 106 | 42 | 0 | 71 | 321 | 66 | 34 |
| Binary | 100001 | 1001000 | 1101101 | 1000110 | 100010 | 0 | 111001 | 11010001 | 110110 | 11100 |
Color Harmonies of #21486D
Complementary color
Monochromatic Colors of #21486D
Black with #21486D
Text Example
Text Example
White with #21486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21486D; }
p { color: rgb(33,72,109); }
H1.HeaderClassName
{
color: #21486D;
}
.AnyTagClassName
{
color: #21486D;
}
</style>
background-color css
<style>
a { background-color: #21486D; }
a { background-color: rgb(33,72,109); }
div.DivClassName
{
background-color: #21486D;
}
.BgClassName
{
background-color: #21486D;
}
</style>
border-color css
<style>
span { border-color: #21486D; }
span { border-color: rgb(33,72,109); }
td.TdClassName
{
border-color: #21486D;
}
.TagClassName
{
border-color: #21486D;
}
</style>