Shades of Arapawa #215169
Tints of Arapawa #215169
RGB
CMYK
RGB Variations
Color information
#215169 (or 0x215169) is known color: Arapawa. HEX triplet: 21, 51 and 69. RGB value is (33,81,105). Sum of RGB (Red+Green+Blue) = 33+81+105=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 105 (41.41% from 255 or 47.95% from 219); Max value from RGB is 105 - color contains mainly: blue. Hex color #215169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215169 is #DEAE96. Grayscale: #454545. Windows color (decimal): -14593687 or 6902049. OLE color: 6902049.
HSL color Cylindrical-coordinate representation of color #215169: hue angle of 200º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #215169 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 81 | 105 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.59 |
| HSL | 200º | 0.52% | 0.27% | - |
| HSV(B) | 200º | 0.69% | 0.41% | - |
| XYZ | 6.12 | 7.23 | 14.44 | - |
| YUV | 69.38 | 148.1 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 81 | 105 | 0.69 | 0.23 | 0 | 0.59 | 200 | 0.52 | 0.27 |
| Hex | 21 | 51 | 69 | 45 | 17 | 0 | 3B | C8 | 34 | 1B |
| Octal | 41 | 121 | 151 | 105 | 27 | 0 | 73 | 310 | 64 | 33 |
| Binary | 100001 | 1010001 | 1101001 | 1000101 | 10111 | 0 | 111011 | 11001000 | 110100 | 11011 |
Color Harmonies of #215169
Complementary color
Monochromatic Colors of #215169
Black with #215169
Text Example
Text Example
White with #215169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215169; }
p { color: rgb(33,81,105); }
H1.HeaderClassName
{
color: #215169;
}
.AnyTagClassName
{
color: #215169;
}
</style>
background-color css
<style>
a { background-color: #215169; }
a { background-color: rgb(33,81,105); }
div.DivClassName
{
background-color: #215169;
}
.BgClassName
{
background-color: #215169;
}
</style>
border-color css
<style>
span { border-color: #215169; }
span { border-color: rgb(33,81,105); }
td.TdClassName
{
border-color: #215169;
}
.TagClassName
{
border-color: #215169;
}
</style>