Shades of Arapawa #21496B
Tints of Arapawa #21496B
RGB
CMYK
RGB Variations
Color information
#21496B (or 0x21496B) is known color: Arapawa. HEX triplet: 21, 49 and 6B. RGB value is (33,73,107). Sum of RGB (Red+Green+Blue) = 33+73+107=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #21496B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21496B is #DEB694. Grayscale: #404040. Windows color (decimal): -14595733 or 7031073. OLE color: 7031073.
HSL color Cylindrical-coordinate representation of color #21496B: hue angle of 207.57º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21496B is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 33 | 73 | 107 | - |
| CMYK | 0.69 | 0.32 | 0 | 0.58 |
| HSL | 207.57º | 0.53% | 0.27% | - |
| HSV(B) | 207.57º | 0.69% | 0.42% | - |
| XYZ | 5.66 | 6.15 | 14.8 | - |
| YUV | 64.92 | 151.75 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 107 | 0.69 | 0.32 | 0 | 0.58 | 207.57 | 0.53 | 0.27 |
| Hex | 21 | 49 | 6B | 45 | 20 | 0 | 3A | D0 | 35 | 1B |
| Octal | 41 | 111 | 153 | 105 | 40 | 0 | 72 | 320 | 65 | 33 |
| Binary | 100001 | 1001001 | 1101011 | 1000101 | 100000 | 0 | 111010 | 11010000 | 110101 | 11011 |
Color Harmonies of #21496B
Complementary color
Monochromatic Colors of #21496B
Black with #21496B
Text Example
Text Example
White with #21496B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21496B; }
p { color: rgb(33,73,107); }
H1.HeaderClassName
{
color: #21496B;
}
.AnyTagClassName
{
color: #21496B;
}
</style>
background-color css
<style>
a { background-color: #21496B; }
a { background-color: rgb(33,73,107); }
div.DivClassName
{
background-color: #21496B;
}
.BgClassName
{
background-color: #21496B;
}
</style>
border-color css
<style>
span { border-color: #21496B; }
span { border-color: rgb(33,73,107); }
td.TdClassName
{
border-color: #21496B;
}
.TagClassName
{
border-color: #21496B;
}
</style>