Shades of Arapawa #21476D
Tints of Arapawa #21476D
RGB
CMYK
RGB Variations
Color information
#21476D (or 0x21476D) is known color: Arapawa. HEX triplet: 21, 47 and 6D. RGB value is (33,71,109). Sum of RGB (Red+Green+Blue) = 33+71+109=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #21476D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21476D is #DEB892. Grayscale: #3F3F3F. Windows color (decimal): -14596243 or 7161633. OLE color: 7161633.
HSL color Cylindrical-coordinate representation of color #21476D: hue angle of 210º 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 #21476D is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 71 | 109 | - |
| CMYK | 0.70 | 0.35 | 0 | 0.57 |
| HSL | 210º | 0.54% | 0.28% | - |
| HSV(B) | 210º | 0.7% | 0.43% | - |
| XYZ | 5.64 | 5.93 | 15.32 | - |
| YUV | 63.97 | 153.41 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 71 | 109 | 0.70 | 0.35 | 0 | 0.57 | 210 | 0.54 | 0.28 |
| Hex | 21 | 47 | 6D | 46 | 23 | 0 | 39 | D2 | 36 | 1C |
| Octal | 41 | 107 | 155 | 106 | 43 | 0 | 71 | 322 | 66 | 34 |
| Binary | 100001 | 1000111 | 1101101 | 1000110 | 100011 | 0 | 111001 | 11010010 | 110110 | 11100 |
Color Harmonies of #21476D
Complementary color
Monochromatic Colors of #21476D
Black with #21476D
Text Example
Text Example
White with #21476D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21476D; }
p { color: rgb(33,71,109); }
H1.HeaderClassName
{
color: #21476D;
}
.AnyTagClassName
{
color: #21476D;
}
</style>
background-color css
<style>
a { background-color: #21476D; }
a { background-color: rgb(33,71,109); }
div.DivClassName
{
background-color: #21476D;
}
.BgClassName
{
background-color: #21476D;
}
</style>
border-color css
<style>
span { border-color: #21476D; }
span { border-color: rgb(33,71,109); }
td.TdClassName
{
border-color: #21476D;
}
.TagClassName
{
border-color: #21476D;
}
</style>