Shades of Arapawa #224665
Tints of Arapawa #224665
RGB
CMYK
RGB Variations
Color information
#224665 (or 0x224665) is known color: Arapawa. HEX triplet: 22, 46 and 65. RGB value is (34,70,101). Sum of RGB (Red+Green+Blue) = 34+70+101=205 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.59% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 101 (39.84% from 255 or 49.27% from 205); Max value from RGB is 101 - color contains mainly: blue. Hex color #224665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224665 is #DDB99A. Grayscale: #3E3E3E. Windows color (decimal): -14530971 or 6637090. OLE color: 6637090.
HSL color Cylindrical-coordinate representation of color #224665: hue angle of 207.76º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #224665 is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 34 | 70 | 101 | - |
| CMYK | 0.66 | 0.31 | 0 | 0.60 |
| HSL | 207.76º | 0.5% | 0.26% | - |
| HSV(B) | 207.76º | 0.66% | 0.4% | - |
| XYZ | 5.2 | 5.66 | 13.13 | - |
| YUV | 62.77 | 149.57 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 70 | 101 | 0.66 | 0.31 | 0 | 0.60 | 207.76 | 0.5 | 0.26 |
| Hex | 22 | 46 | 65 | 42 | 1F | 0 | 3C | D0 | 32 | 1A |
| Octal | 42 | 106 | 145 | 102 | 37 | 0 | 74 | 320 | 62 | 32 |
| Binary | 100010 | 1000110 | 1100101 | 1000010 | 11111 | 0 | 111100 | 11010000 | 110010 | 11010 |
Color Harmonies of #224665
Complementary color
Monochromatic Colors of #224665
Black with #224665
Text Example
Text Example
White with #224665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224665; }
p { color: rgb(34,70,101); }
H1.HeaderClassName
{
color: #224665;
}
.AnyTagClassName
{
color: #224665;
}
</style>
background-color css
<style>
a { background-color: #224665; }
a { background-color: rgb(34,70,101); }
div.DivClassName
{
background-color: #224665;
}
.BgClassName
{
background-color: #224665;
}
</style>
border-color css
<style>
span { border-color: #224665; }
span { border-color: rgb(34,70,101); }
td.TdClassName
{
border-color: #224665;
}
.TagClassName
{
border-color: #224665;
}
</style>