Shades of Arapawa #225665
Tints of Arapawa #225665
RGB
CMYK
RGB Variations
Color information
#225665 (or 0x225665) is known color: Arapawa. HEX triplet: 22, 56 and 65. RGB value is (34,86,101). Sum of RGB (Red+Green+Blue) = 34+86+101=221 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.38% from 221); Green value is 86 (33.98% from 255 or 38.91% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 101 - color contains mainly: blue. Hex color #225665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225665 is #DDA99A. Grayscale: #484848. Windows color (decimal): -14526875 or 6641186. OLE color: 6641186.
HSL color Cylindrical-coordinate representation of color #225665: hue angle of 193.43º 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 #225665 is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 34 | 86 | 101 | - |
| CMYK | 0.66 | 0.15 | 0 | 0.60 |
| HSL | 193.43º | 0.5% | 0.26% | - |
| HSV(B) | 193.43º | 0.66% | 0.4% | - |
| XYZ | 6.34 | 7.94 | 13.51 | - |
| YUV | 72.16 | 144.27 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 86 | 101 | 0.66 | 0.15 | 0 | 0.60 | 193.43 | 0.5 | 0.26 |
| Hex | 22 | 56 | 65 | 42 | F | 0 | 3C | C1 | 32 | 1A |
| Octal | 42 | 126 | 145 | 102 | 17 | 0 | 74 | 301 | 62 | 32 |
| Binary | 100010 | 1010110 | 1100101 | 1000010 | 1111 | 0 | 111100 | 11000001 | 110010 | 11010 |
Color Harmonies of #225665
Complementary color
Monochromatic Colors of #225665
Black with #225665
Text Example
Text Example
White with #225665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225665; }
p { color: rgb(34,86,101); }
H1.HeaderClassName
{
color: #225665;
}
.AnyTagClassName
{
color: #225665;
}
</style>
background-color css
<style>
a { background-color: #225665; }
a { background-color: rgb(34,86,101); }
div.DivClassName
{
background-color: #225665;
}
.BgClassName
{
background-color: #225665;
}
</style>
border-color css
<style>
span { border-color: #225665; }
span { border-color: rgb(34,86,101); }
td.TdClassName
{
border-color: #225665;
}
.TagClassName
{
border-color: #225665;
}
</style>