Shades of Arapawa #225065
Tints of Arapawa #225065
RGB
CMYK
RGB Variations
Color information
#225065 (or 0x225065) is known color: Arapawa. HEX triplet: 22, 50 and 65. RGB value is (34,80,101). Sum of RGB (Red+Green+Blue) = 34+80+101=215 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.81% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 101 - color contains mainly: blue. Hex color #225065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225065 is #DDAF9A. Grayscale: #444444. Windows color (decimal): -14528411 or 6639650. OLE color: 6639650.
HSL color Cylindrical-coordinate representation of color #225065: hue angle of 198.81º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #225065 is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 34 | 80 | 101 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.60 |
| HSL | 198.81º | 0.5% | 0.26% | - |
| HSV(B) | 198.81º | 0.66% | 0.4% | - |
| XYZ | 5.88 | 7.02 | 13.36 | - |
| YUV | 68.64 | 146.26 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 80 | 101 | 0.66 | 0.21 | 0 | 0.60 | 198.81 | 0.5 | 0.26 |
| Hex | 22 | 50 | 65 | 42 | 15 | 0 | 3C | C7 | 32 | 1A |
| Octal | 42 | 120 | 145 | 102 | 25 | 0 | 74 | 307 | 62 | 32 |
| Binary | 100010 | 1010000 | 1100101 | 1000010 | 10101 | 0 | 111100 | 11000111 | 110010 | 11010 |
Color Harmonies of #225065
Complementary color
Monochromatic Colors of #225065
Black with #225065
Text Example
Text Example
White with #225065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225065; }
p { color: rgb(34,80,101); }
H1.HeaderClassName
{
color: #225065;
}
.AnyTagClassName
{
color: #225065;
}
</style>
background-color css
<style>
a { background-color: #225065; }
a { background-color: rgb(34,80,101); }
div.DivClassName
{
background-color: #225065;
}
.BgClassName
{
background-color: #225065;
}
</style>
border-color css
<style>
span { border-color: #225065; }
span { border-color: rgb(34,80,101); }
td.TdClassName
{
border-color: #225065;
}
.TagClassName
{
border-color: #225065;
}
</style>