Shades of Arapawa #21486B
Tints of Arapawa #21486B
RGB
CMYK
RGB Variations
Color information
#21486B (or 0x21486B) is known color: Arapawa. HEX triplet: 21, 48 and 6B. RGB value is (33,72,107). Sum of RGB (Red+Green+Blue) = 33+72+107=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 107 (42.19% from 255 or 50.47% from 212); Max value from RGB is 107 - color contains mainly: blue. Hex color #21486B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21486B is #DEB794. Grayscale: #404040. Windows color (decimal): -14595989 or 7030817. OLE color: 7030817.
HSL color Cylindrical-coordinate representation of color #21486B: hue angle of 208.38º 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 #21486B is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 33 | 72 | 107 | - |
| CMYK | 0.69 | 0.33 | 0 | 0.58 |
| HSL | 208.38º | 0.53% | 0.27% | - |
| HSV(B) | 208.38º | 0.69% | 0.42% | - |
| XYZ | 5.6 | 6.02 | 14.78 | - |
| YUV | 64.33 | 152.08 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 72 | 107 | 0.69 | 0.33 | 0 | 0.58 | 208.38 | 0.53 | 0.27 |
| Hex | 21 | 48 | 6B | 45 | 21 | 0 | 3A | D0 | 35 | 1B |
| Octal | 41 | 110 | 153 | 105 | 41 | 0 | 72 | 320 | 65 | 33 |
| Binary | 100001 | 1001000 | 1101011 | 1000101 | 100001 | 0 | 111010 | 11010000 | 110101 | 11011 |
Color Harmonies of #21486B
Complementary color
Monochromatic Colors of #21486B
Black with #21486B
Text Example
Text Example
White with #21486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21486B; }
p { color: rgb(33,72,107); }
H1.HeaderClassName
{
color: #21486B;
}
.AnyTagClassName
{
color: #21486B;
}
</style>
background-color css
<style>
a { background-color: #21486B; }
a { background-color: rgb(33,72,107); }
div.DivClassName
{
background-color: #21486B;
}
.BgClassName
{
background-color: #21486B;
}
</style>
border-color css
<style>
span { border-color: #21486B; }
span { border-color: rgb(33,72,107); }
td.TdClassName
{
border-color: #21486B;
}
.TagClassName
{
border-color: #21486B;
}
</style>