Shades of Arapawa #22495C
Tints of Arapawa #22495C
RGB
CMYK
RGB Variations
Color information
#22495C (or 0x22495C) is known color: Arapawa. HEX triplet: 22, 49 and 5C. RGB value is (34,73,92). Sum of RGB (Red+Green+Blue) = 34+73+92=199 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.09% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #22495C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22495C is #DDB6A3. Grayscale: #3F3F3F. Windows color (decimal): -14530212 or 6048034. OLE color: 6048034.
HSL color Cylindrical-coordinate representation of color #22495C: hue angle of 199.66º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #22495C is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 73 | 92 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.64 |
| HSL | 199.66º | 0.46% | 0.25% | - |
| HSV(B) | 199.66º | 0.63% | 0.36% | - |
| XYZ | 4.97 | 5.88 | 11 | - |
| YUV | 63.51 | 144.08 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 73 | 92 | 0.63 | 0.21 | 0 | 0.64 | 199.66 | 0.46 | 0.25 |
| Hex | 22 | 49 | 5C | 3F | 15 | 0 | 40 | C8 | 2E | 19 |
| Octal | 42 | 111 | 134 | 77 | 25 | 0 | 100 | 310 | 56 | 31 |
| Binary | 100010 | 1001001 | 1011100 | 111111 | 10101 | 0 | 1000000 | 11001000 | 101110 | 11001 |
Color Harmonies of #22495C
Complementary color
Monochromatic Colors of #22495C
Black with #22495C
Text Example
Text Example
White with #22495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22495C; }
p { color: rgb(34,73,92); }
H1.HeaderClassName
{
color: #22495C;
}
.AnyTagClassName
{
color: #22495C;
}
</style>
background-color css
<style>
a { background-color: #22495C; }
a { background-color: rgb(34,73,92); }
div.DivClassName
{
background-color: #22495C;
}
.BgClassName
{
background-color: #22495C;
}
</style>
border-color css
<style>
span { border-color: #22495C; }
span { border-color: rgb(34,73,92); }
td.TdClassName
{
border-color: #22495C;
}
.TagClassName
{
border-color: #22495C;
}
</style>