Shades of Arapawa #225162
Tints of Arapawa #225162
RGB
CMYK
RGB Variations
Color information
#225162 (or 0x225162) is known color: Arapawa. HEX triplet: 22, 51 and 62. RGB value is (34,81,98). Sum of RGB (Red+Green+Blue) = 34+81+98=213 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.96% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 98 (38.67% from 255 or 46.01% from 213); Max value from RGB is 98 - color contains mainly: blue. Hex color #225162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225162 is #DDAE9D. Grayscale: #444444. Windows color (decimal): -14528158 or 6443298. OLE color: 6443298.
HSL color Cylindrical-coordinate representation of color #225162: hue angle of 195.94º 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 #225162 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 34 | 81 | 98 | - |
| CMYK | 0.65 | 0.17 | 0 | 0.62 |
| HSL | 195.94º | 0.48% | 0.26% | - |
| HSV(B) | 195.94º | 0.65% | 0.38% | - |
| XYZ | 5.81 | 7.11 | 12.62 | - |
| YUV | 68.89 | 144.43 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 81 | 98 | 0.65 | 0.17 | 0 | 0.62 | 195.94 | 0.48 | 0.26 |
| Hex | 22 | 51 | 62 | 41 | 11 | 0 | 3E | C4 | 30 | 1A |
| Octal | 42 | 121 | 142 | 101 | 21 | 0 | 76 | 304 | 60 | 32 |
| Binary | 100010 | 1010001 | 1100010 | 1000001 | 10001 | 0 | 111110 | 11000100 | 110000 | 11010 |
Color Harmonies of #225162
Complementary color
Monochromatic Colors of #225162
Black with #225162
Text Example
Text Example
White with #225162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225162; }
p { color: rgb(34,81,98); }
H1.HeaderClassName
{
color: #225162;
}
.AnyTagClassName
{
color: #225162;
}
</style>
background-color css
<style>
a { background-color: #225162; }
a { background-color: rgb(34,81,98); }
div.DivClassName
{
background-color: #225162;
}
.BgClassName
{
background-color: #225162;
}
</style>
border-color css
<style>
span { border-color: #225162; }
span { border-color: rgb(34,81,98); }
td.TdClassName
{
border-color: #225162;
}
.TagClassName
{
border-color: #225162;
}
</style>