Shades of Arapawa #225164
Tints of Arapawa #225164
RGB
CMYK
RGB Variations
Color information
#225164 (or 0x225164) is known color: Arapawa. HEX triplet: 22, 51 and 64. RGB value is (34,81,100). Sum of RGB (Red+Green+Blue) = 34+81+100=215 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.81% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 100 (39.45% from 255 or 46.51% from 215); Max value from RGB is 100 - color contains mainly: blue. Hex color #225164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225164 is #DDAE9B. Grayscale: #444444. Windows color (decimal): -14528156 or 6574370. OLE color: 6574370.
HSL color Cylindrical-coordinate representation of color #225164: hue angle of 197.27º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #225164 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 34 | 81 | 100 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.61 |
| HSL | 197.27º | 0.49% | 0.26% | - |
| HSV(B) | 197.27º | 0.66% | 0.39% | - |
| XYZ | 5.9 | 7.15 | 13.12 | - |
| YUV | 69.11 | 145.43 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 81 | 100 | 0.66 | 0.19 | 0 | 0.61 | 197.27 | 0.49 | 0.26 |
| Hex | 22 | 51 | 64 | 42 | 13 | 0 | 3D | C5 | 31 | 1A |
| Octal | 42 | 121 | 144 | 102 | 23 | 0 | 75 | 305 | 61 | 32 |
| Binary | 100010 | 1010001 | 1100100 | 1000010 | 10011 | 0 | 111101 | 11000101 | 110001 | 11010 |
Color Harmonies of #225164
Complementary color
Monochromatic Colors of #225164
Black with #225164
Text Example
Text Example
White with #225164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225164; }
p { color: rgb(34,81,100); }
H1.HeaderClassName
{
color: #225164;
}
.AnyTagClassName
{
color: #225164;
}
</style>
background-color css
<style>
a { background-color: #225164; }
a { background-color: rgb(34,81,100); }
div.DivClassName
{
background-color: #225164;
}
.BgClassName
{
background-color: #225164;
}
</style>
border-color css
<style>
span { border-color: #225164; }
span { border-color: rgb(34,81,100); }
td.TdClassName
{
border-color: #225164;
}
.TagClassName
{
border-color: #225164;
}
</style>