Shades of Arapawa #32505C
Tints of Arapawa #32505C
RGB
CMYK
RGB Variations
Color information
#32505C (or 0x32505C) is known color: Arapawa. HEX triplet: 32, 50 and 5C. RGB value is (50,80,92). Sum of RGB (Red+Green+Blue) = 50+80+92=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 92 - color contains mainly: blue. Hex color #32505C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32505C is #CDAFA3. Grayscale: #484848. Windows color (decimal): -13479844 or 6049842. OLE color: 6049842.
HSL color Cylindrical-coordinate representation of color #32505C: hue angle of 197.14º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #32505C is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 80 | 92 | - |
| CMYK | 0.46 | 0.13 | 0 | 0.64 |
| HSL | 197.14º | 0.3% | 0.28% | - |
| HSV(B) | 197.14º | 0.46% | 0.36% | - |
| XYZ | 6.12 | 7.19 | 11.19 | - |
| YUV | 72.4 | 139.06 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 92 | 0.46 | 0.13 | 0 | 0.64 | 197.14 | 0.3 | 0.28 |
| Hex | 32 | 50 | 5C | 2E | D | 0 | 40 | C5 | 1E | 1C |
| Octal | 62 | 120 | 134 | 56 | 15 | 0 | 100 | 305 | 36 | 34 |
| Binary | 110010 | 1010000 | 1011100 | 101110 | 1101 | 0 | 1000000 | 11000101 | 11110 | 11100 |
Color Harmonies of #32505C
Complementary color
Monochromatic Colors of #32505C
Black with #32505C
Text Example
Text Example
White with #32505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32505C; }
p { color: rgb(50,80,92); }
H1.HeaderClassName
{
color: #32505C;
}
.AnyTagClassName
{
color: #32505C;
}
</style>
background-color css
<style>
a { background-color: #32505C; }
a { background-color: rgb(50,80,92); }
div.DivClassName
{
background-color: #32505C;
}
.BgClassName
{
background-color: #32505C;
}
</style>
border-color css
<style>
span { border-color: #32505C; }
span { border-color: rgb(50,80,92); }
td.TdClassName
{
border-color: #32505C;
}
.TagClassName
{
border-color: #32505C;
}
</style>