Shades of Arapawa #225063
Tints of Arapawa #225063
RGB
CMYK
RGB Variations
Color information
#225063 (or 0x225063) is known color: Arapawa. HEX triplet: 22, 50 and 63. RGB value is (34,80,99). Sum of RGB (Red+Green+Blue) = 34+80+99=213 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.96% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #225063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225063 is #DDAF9C. Grayscale: #444444. Windows color (decimal): -14528413 or 6508578. OLE color: 6508578.
HSL color Cylindrical-coordinate representation of color #225063: hue angle of 197.54º 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 #225063 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 34 | 80 | 99 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.61 |
| HSL | 197.54º | 0.49% | 0.26% | - |
| HSV(B) | 197.54º | 0.66% | 0.39% | - |
| XYZ | 5.78 | 6.98 | 12.85 | - |
| YUV | 68.41 | 145.26 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 80 | 99 | 0.66 | 0.19 | 0 | 0.61 | 197.54 | 0.49 | 0.26 |
| Hex | 22 | 50 | 63 | 42 | 13 | 0 | 3D | C6 | 31 | 1A |
| Octal | 42 | 120 | 143 | 102 | 23 | 0 | 75 | 306 | 61 | 32 |
| Binary | 100010 | 1010000 | 1100011 | 1000010 | 10011 | 0 | 111101 | 11000110 | 110001 | 11010 |
Color Harmonies of #225063
Complementary color
Monochromatic Colors of #225063
Black with #225063
Text Example
Text Example
White with #225063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225063; }
p { color: rgb(34,80,99); }
H1.HeaderClassName
{
color: #225063;
}
.AnyTagClassName
{
color: #225063;
}
</style>
background-color css
<style>
a { background-color: #225063; }
a { background-color: rgb(34,80,99); }
div.DivClassName
{
background-color: #225063;
}
.BgClassName
{
background-color: #225063;
}
</style>
border-color css
<style>
span { border-color: #225063; }
span { border-color: rgb(34,80,99); }
td.TdClassName
{
border-color: #225063;
}
.TagClassName
{
border-color: #225063;
}
</style>