Shades of Arapawa #224663
Tints of Arapawa #224663
RGB
CMYK
RGB Variations
Color information
#224663 (or 0x224663) is known color: Arapawa. HEX triplet: 22, 46 and 63. RGB value is (34,70,99). Sum of RGB (Red+Green+Blue) = 34+70+99=203 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.75% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #224663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224663 is #DDB99C. Grayscale: #3E3E3E. Windows color (decimal): -14530973 or 6506018. OLE color: 6506018.
HSL color Cylindrical-coordinate representation of color #224663: hue angle of 206.77º 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 #224663 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 34 | 70 | 99 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.61 |
| HSL | 206.77º | 0.49% | 0.26% | - |
| HSV(B) | 206.77º | 0.66% | 0.39% | - |
| XYZ | 5.1 | 5.62 | 12.62 | - |
| YUV | 62.54 | 148.57 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 70 | 99 | 0.66 | 0.29 | 0 | 0.61 | 206.77 | 0.49 | 0.26 |
| Hex | 22 | 46 | 63 | 42 | 1D | 0 | 3D | CF | 31 | 1A |
| Octal | 42 | 106 | 143 | 102 | 35 | 0 | 75 | 317 | 61 | 32 |
| Binary | 100010 | 1000110 | 1100011 | 1000010 | 11101 | 0 | 111101 | 11001111 | 110001 | 11010 |
Color Harmonies of #224663
Complementary color
Monochromatic Colors of #224663
Black with #224663
Text Example
Text Example
White with #224663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224663; }
p { color: rgb(34,70,99); }
H1.HeaderClassName
{
color: #224663;
}
.AnyTagClassName
{
color: #224663;
}
</style>
background-color css
<style>
a { background-color: #224663; }
a { background-color: rgb(34,70,99); }
div.DivClassName
{
background-color: #224663;
}
.BgClassName
{
background-color: #224663;
}
</style>
border-color css
<style>
span { border-color: #224663; }
span { border-color: rgb(34,70,99); }
td.TdClassName
{
border-color: #224663;
}
.TagClassName
{
border-color: #224663;
}
</style>