Shades of Arapawa #224768
Tints of Arapawa #224768
RGB
CMYK
RGB Variations
Color information
#224768 (or 0x224768) is known color: Arapawa. HEX triplet: 22, 47 and 68. RGB value is (34,71,104). Sum of RGB (Red+Green+Blue) = 34+71+104=209 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.27% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #224768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224768 is #DDB897. Grayscale: #3F3F3F. Windows color (decimal): -14530712 or 6833954. OLE color: 6833954.
HSL color Cylindrical-coordinate representation of color #224768: hue angle of 208.29º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #224768 is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 34 | 71 | 104 | - |
| CMYK | 0.67 | 0.32 | 0 | 0.59 |
| HSL | 208.29º | 0.51% | 0.27% | - |
| HSV(B) | 208.29º | 0.67% | 0.41% | - |
| XYZ | 5.41 | 5.85 | 13.94 | - |
| YUV | 63.7 | 150.74 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 71 | 104 | 0.67 | 0.32 | 0 | 0.59 | 208.29 | 0.51 | 0.27 |
| Hex | 22 | 47 | 68 | 43 | 20 | 0 | 3B | D0 | 33 | 1B |
| Octal | 42 | 107 | 150 | 103 | 40 | 0 | 73 | 320 | 63 | 33 |
| Binary | 100010 | 1000111 | 1101000 | 1000011 | 100000 | 0 | 111011 | 11010000 | 110011 | 11011 |
Color Harmonies of #224768
Complementary color
Monochromatic Colors of #224768
Black with #224768
Text Example
Text Example
White with #224768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224768; }
p { color: rgb(34,71,104); }
H1.HeaderClassName
{
color: #224768;
}
.AnyTagClassName
{
color: #224768;
}
</style>
background-color css
<style>
a { background-color: #224768; }
a { background-color: rgb(34,71,104); }
div.DivClassName
{
background-color: #224768;
}
.BgClassName
{
background-color: #224768;
}
</style>
border-color css
<style>
span { border-color: #224768; }
span { border-color: rgb(34,71,104); }
td.TdClassName
{
border-color: #224768;
}
.TagClassName
{
border-color: #224768;
}
</style>