Shades of Arapawa #214665
Tints of Arapawa #214665
RGB
CMYK
RGB Variations
Color information
#214665 (or 0x214665) is known color: Arapawa. HEX triplet: 21, 46 and 65. RGB value is (33,70,101). Sum of RGB (Red+Green+Blue) = 33+70+101=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 101 (39.84% from 255 or 49.51% from 204); Max value from RGB is 101 - color contains mainly: blue. Hex color #214665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214665 is #DEB99A. Grayscale: #3E3E3E. Windows color (decimal): -14596507 or 6637089. OLE color: 6637089.
HSL color Cylindrical-coordinate representation of color #214665: hue angle of 207.35º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #214665 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 70 | 101 | - |
| CMYK | 0.67 | 0.31 | 0 | 0.60 |
| HSL | 207.35º | 0.51% | 0.26% | - |
| HSV(B) | 207.35º | 0.67% | 0.4% | - |
| XYZ | 5.17 | 5.64 | 13.13 | - |
| YUV | 62.47 | 149.74 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 70 | 101 | 0.67 | 0.31 | 0 | 0.60 | 207.35 | 0.51 | 0.26 |
| Hex | 21 | 46 | 65 | 43 | 1F | 0 | 3C | CF | 33 | 1A |
| Octal | 41 | 106 | 145 | 103 | 37 | 0 | 74 | 317 | 63 | 32 |
| Binary | 100001 | 1000110 | 1100101 | 1000011 | 11111 | 0 | 111100 | 11001111 | 110011 | 11010 |
Color Harmonies of #214665
Complementary color
Monochromatic Colors of #214665
Black with #214665
Text Example
Text Example
White with #214665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214665; }
p { color: rgb(33,70,101); }
H1.HeaderClassName
{
color: #214665;
}
.AnyTagClassName
{
color: #214665;
}
</style>
background-color css
<style>
a { background-color: #214665; }
a { background-color: rgb(33,70,101); }
div.DivClassName
{
background-color: #214665;
}
.BgClassName
{
background-color: #214665;
}
</style>
border-color css
<style>
span { border-color: #214665; }
span { border-color: rgb(33,70,101); }
td.TdClassName
{
border-color: #214665;
}
.TagClassName
{
border-color: #214665;
}
</style>