Shades of Arapawa #21495E
Tints of Arapawa #21495E
RGB
CMYK
RGB Variations
Color information
#21495E (or 0x21495E) is known color: Arapawa. HEX triplet: 21, 49 and 5E. RGB value is (33,73,94). Sum of RGB (Red+Green+Blue) = 33+73+94=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 94 (37.11% from 255 or 47% from 200); Max value from RGB is 94 - color contains mainly: blue. Hex color #21495E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21495E is #DEB6A1. Grayscale: #3F3F3F. Windows color (decimal): -14595746 or 6179105. OLE color: 6179105.
HSL color Cylindrical-coordinate representation of color #21495E: hue angle of 200.66º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21495E is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 73 | 94 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.63 |
| HSL | 200.66º | 0.48% | 0.25% | - |
| HSV(B) | 200.66º | 0.65% | 0.37% | - |
| XYZ | 5.03 | 5.9 | 11.46 | - |
| YUV | 63.43 | 145.25 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 94 | 0.65 | 0.22 | 0 | 0.63 | 200.66 | 0.48 | 0.25 |
| Hex | 21 | 49 | 5E | 41 | 16 | 0 | 3F | C9 | 30 | 19 |
| Octal | 41 | 111 | 136 | 101 | 26 | 0 | 77 | 311 | 60 | 31 |
| Binary | 100001 | 1001001 | 1011110 | 1000001 | 10110 | 0 | 111111 | 11001001 | 110000 | 11001 |
Color Harmonies of #21495E
Complementary color
Monochromatic Colors of #21495E
Black with #21495E
Text Example
Text Example
White with #21495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21495E; }
p { color: rgb(33,73,94); }
H1.HeaderClassName
{
color: #21495E;
}
.AnyTagClassName
{
color: #21495E;
}
</style>
background-color css
<style>
a { background-color: #21495E; }
a { background-color: rgb(33,73,94); }
div.DivClassName
{
background-color: #21495E;
}
.BgClassName
{
background-color: #21495E;
}
</style>
border-color css
<style>
span { border-color: #21495E; }
span { border-color: rgb(33,73,94); }
td.TdClassName
{
border-color: #21495E;
}
.TagClassName
{
border-color: #21495E;
}
</style>