Shades of Arapawa #224863
Tints of Arapawa #224863
RGB
CMYK
RGB Variations
Color information
#224863 (or 0x224863) is known color: Arapawa. HEX triplet: 22, 48 and 63. RGB value is (34,72,99). Sum of RGB (Red+Green+Blue) = 34+72+99=205 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.59% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #224863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224863 is #DDB79C. Grayscale: #3F3F3F. Windows color (decimal): -14530461 or 6506530. OLE color: 6506530.
HSL color Cylindrical-coordinate representation of color #224863: hue angle of 204.92º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #224863 is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 34 | 72 | 99 | - |
| CMYK | 0.66 | 0.27 | 0 | 0.61 |
| HSL | 204.92º | 0.49% | 0.26% | - |
| HSV(B) | 204.92º | 0.66% | 0.39% | - |
| XYZ | 5.23 | 5.88 | 12.66 | - |
| YUV | 63.72 | 147.91 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 72 | 99 | 0.66 | 0.27 | 0 | 0.61 | 204.92 | 0.49 | 0.26 |
| Hex | 22 | 48 | 63 | 42 | 1B | 0 | 3D | CD | 31 | 1A |
| Octal | 42 | 110 | 143 | 102 | 33 | 0 | 75 | 315 | 61 | 32 |
| Binary | 100010 | 1001000 | 1100011 | 1000010 | 11011 | 0 | 111101 | 11001101 | 110001 | 11010 |
Color Harmonies of #224863
Complementary color
Monochromatic Colors of #224863
Black with #224863
Text Example
Text Example
White with #224863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224863; }
p { color: rgb(34,72,99); }
H1.HeaderClassName
{
color: #224863;
}
.AnyTagClassName
{
color: #224863;
}
</style>
background-color css
<style>
a { background-color: #224863; }
a { background-color: rgb(34,72,99); }
div.DivClassName
{
background-color: #224863;
}
.BgClassName
{
background-color: #224863;
}
</style>
border-color css
<style>
span { border-color: #224863; }
span { border-color: rgb(34,72,99); }
td.TdClassName
{
border-color: #224863;
}
.TagClassName
{
border-color: #224863;
}
</style>