Shades of Arapawa #21476E
Tints of Arapawa #21476E
RGB
CMYK
RGB Variations
Color information
#21476E (or 0x21476E) is known color: Arapawa. HEX triplet: 21, 47 and 6E. RGB value is (33,71,110). Sum of RGB (Red+Green+Blue) = 33+71+110=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 110 (43.36% from 255 or 51.40% from 214); Max value from RGB is 110 - color contains mainly: blue. Hex color #21476E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21476E is #DEB891. Grayscale: #3F3F3F. Windows color (decimal): -14596242 or 7227169. OLE color: 7227169.
HSL color Cylindrical-coordinate representation of color #21476E: hue angle of 210.39º 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 #21476E is Cyan = 0.7, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 71 | 110 | - |
| CMYK | 0.7 | 0.35 | 0 | 0.57 |
| HSL | 210.39º | 0.54% | 0.28% | - |
| HSV(B) | 210.39º | 0.7% | 0.43% | - |
| XYZ | 5.69 | 5.96 | 15.6 | - |
| YUV | 64.08 | 153.91 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 71 | 110 | 0.7 | 0.35 | 0 | 0.57 | 210.39 | 0.54 | 0.28 |
| Hex | 21 | 47 | 6E | 46 | 23 | 0 | 39 | D2 | 36 | 1C |
| Octal | 41 | 107 | 156 | 106 | 43 | 0 | 71 | 322 | 66 | 34 |
| Binary | 100001 | 1000111 | 1101110 | 1000110 | 100011 | 0 | 111001 | 11010010 | 110110 | 11100 |
Color Harmonies of #21476E
Complementary color
Monochromatic Colors of #21476E
Black with #21476E
Text Example
Text Example
White with #21476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21476E; }
p { color: rgb(33,71,110); }
H1.HeaderClassName
{
color: #21476E;
}
.AnyTagClassName
{
color: #21476E;
}
</style>
background-color css
<style>
a { background-color: #21476E; }
a { background-color: rgb(33,71,110); }
div.DivClassName
{
background-color: #21476E;
}
.BgClassName
{
background-color: #21476E;
}
</style>
border-color css
<style>
span { border-color: #21476E; }
span { border-color: rgb(33,71,110); }
td.TdClassName
{
border-color: #21476E;
}
.TagClassName
{
border-color: #21476E;
}
</style>