Shades of Arapawa #225764
Tints of Arapawa #225764
RGB
CMYK
RGB Variations
Color information
#225764 (or 0x225764) is known color: Arapawa. HEX triplet: 22, 57 and 64. RGB value is (34,87,100). Sum of RGB (Red+Green+Blue) = 34+87+100=221 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.38% from 221); Green value is 87 (34.38% from 255 or 39.37% from 221); Blue value is 100 (39.45% from 255 or 45.25% from 221); Max value from RGB is 100 - color contains mainly: blue. Hex color #225764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225764 is #DDA89B. Grayscale: #484848. Windows color (decimal): -14526620 or 6575906. OLE color: 6575906.
HSL color Cylindrical-coordinate representation of color #225764: hue angle of 191.82º 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 #225764 is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 34 | 87 | 100 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.61 |
| HSL | 191.82º | 0.49% | 0.26% | - |
| HSV(B) | 191.82º | 0.66% | 0.39% | - |
| XYZ | 6.37 | 8.08 | 13.28 | - |
| YUV | 72.64 | 143.44 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 87 | 100 | 0.66 | 0.13 | 0 | 0.61 | 191.82 | 0.49 | 0.26 |
| Hex | 22 | 57 | 64 | 42 | D | 0 | 3D | C0 | 31 | 1A |
| Octal | 42 | 127 | 144 | 102 | 15 | 0 | 75 | 300 | 61 | 32 |
| Binary | 100010 | 1010111 | 1100100 | 1000010 | 1101 | 0 | 111101 | 11000000 | 110001 | 11010 |
Color Harmonies of #225764
Complementary color
Monochromatic Colors of #225764
Black with #225764
Text Example
Text Example
White with #225764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225764; }
p { color: rgb(34,87,100); }
H1.HeaderClassName
{
color: #225764;
}
.AnyTagClassName
{
color: #225764;
}
</style>
background-color css
<style>
a { background-color: #225764; }
a { background-color: rgb(34,87,100); }
div.DivClassName
{
background-color: #225764;
}
.BgClassName
{
background-color: #225764;
}
</style>
border-color css
<style>
span { border-color: #225764; }
span { border-color: rgb(34,87,100); }
td.TdClassName
{
border-color: #225764;
}
.TagClassName
{
border-color: #225764;
}
</style>