Shades of Arapawa #225662
Tints of Arapawa #225662
RGB
CMYK
RGB Variations
Color information
#225662 (or 0x225662) is known color: Arapawa. HEX triplet: 22, 56 and 62. RGB value is (34,86,98). Sum of RGB (Red+Green+Blue) = 34+86+98=218 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.60% from 218); Green value is 86 (33.98% from 255 or 39.45% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 98 - color contains mainly: blue. Hex color #225662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225662 is #DDA99D. Grayscale: #474747. Windows color (decimal): -14526878 or 6444578. OLE color: 6444578.
HSL color Cylindrical-coordinate representation of color #225662: hue angle of 191.25º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #225662 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 34 | 86 | 98 | - |
| CMYK | 0.65 | 0.12 | 0 | 0.62 |
| HSL | 191.25º | 0.48% | 0.26% | - |
| HSV(B) | 191.25º | 0.65% | 0.38% | - |
| XYZ | 6.19 | 7.88 | 12.75 | - |
| YUV | 71.82 | 142.77 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 86 | 98 | 0.65 | 0.12 | 0 | 0.62 | 191.25 | 0.48 | 0.26 |
| Hex | 22 | 56 | 62 | 41 | C | 0 | 3E | BF | 30 | 1A |
| Octal | 42 | 126 | 142 | 101 | 14 | 0 | 76 | 277 | 60 | 32 |
| Binary | 100010 | 1010110 | 1100010 | 1000001 | 1100 | 0 | 111110 | 10111111 | 110000 | 11010 |
Color Harmonies of #225662
Complementary color
Monochromatic Colors of #225662
Black with #225662
Text Example
Text Example
White with #225662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225662; }
p { color: rgb(34,86,98); }
H1.HeaderClassName
{
color: #225662;
}
.AnyTagClassName
{
color: #225662;
}
</style>
background-color css
<style>
a { background-color: #225662; }
a { background-color: rgb(34,86,98); }
div.DivClassName
{
background-color: #225662;
}
.BgClassName
{
background-color: #225662;
}
</style>
border-color css
<style>
span { border-color: #225662; }
span { border-color: rgb(34,86,98); }
td.TdClassName
{
border-color: #225662;
}
.TagClassName
{
border-color: #225662;
}
</style>