Shades of Arapawa #224664
Tints of Arapawa #224664
RGB
CMYK
RGB Variations
Color information
#224664 (or 0x224664) is known color: Arapawa. HEX triplet: 22, 46 and 64. RGB value is (34,70,100). Sum of RGB (Red+Green+Blue) = 34+70+100=204 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.67% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 100 (39.45% from 255 or 49.02% from 204); Max value from RGB is 100 - color contains mainly: blue. Hex color #224664 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224664 is #DDB99B. Grayscale: #3E3E3E. Windows color (decimal): -14530972 or 6571554. OLE color: 6571554.
HSL color Cylindrical-coordinate representation of color #224664: hue angle of 207.27º 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 #224664 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 34 | 70 | 100 | - |
| CMYK | 0.66 | 0.30 | 0 | 0.61 |
| HSL | 207.27º | 0.49% | 0.26% | - |
| HSV(B) | 207.27º | 0.66% | 0.39% | - |
| XYZ | 5.15 | 5.64 | 12.87 | - |
| YUV | 62.66 | 149.07 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 70 | 100 | 0.66 | 0.30 | 0 | 0.61 | 207.27 | 0.49 | 0.26 |
| Hex | 22 | 46 | 64 | 42 | 1E | 0 | 3D | CF | 31 | 1A |
| Octal | 42 | 106 | 144 | 102 | 36 | 0 | 75 | 317 | 61 | 32 |
| Binary | 100010 | 1000110 | 1100100 | 1000010 | 11110 | 0 | 111101 | 11001111 | 110001 | 11010 |
Color Harmonies of #224664
Complementary color
Monochromatic Colors of #224664
Black with #224664
Text Example
Text Example
White with #224664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224664; }
p { color: rgb(34,70,100); }
H1.HeaderClassName
{
color: #224664;
}
.AnyTagClassName
{
color: #224664;
}
</style>
background-color css
<style>
a { background-color: #224664; }
a { background-color: rgb(34,70,100); }
div.DivClassName
{
background-color: #224664;
}
.BgClassName
{
background-color: #224664;
}
</style>
border-color css
<style>
span { border-color: #224664; }
span { border-color: rgb(34,70,100); }
td.TdClassName
{
border-color: #224664;
}
.TagClassName
{
border-color: #224664;
}
</style>