Shades of Arapawa #325260
Tints of Arapawa #325260
RGB
CMYK
RGB Variations
Color information
#325260 (or 0x325260) is known color: Arapawa. HEX triplet: 32, 52 and 60. RGB value is (50,82,96). Sum of RGB (Red+Green+Blue) = 50+82+96=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 96 - color contains mainly: blue. Hex color #325260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325260 is #CDAD9F. Grayscale: #494949. Windows color (decimal): -13479328 or 6312498. OLE color: 6312498.
HSL color Cylindrical-coordinate representation of color #325260: hue angle of 198.26º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #325260 is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 82 | 96 | - |
| CMYK | 0.48 | 0.15 | 0 | 0.62 |
| HSL | 198.26º | 0.32% | 0.29% | - |
| HSV(B) | 198.26º | 0.48% | 0.38% | - |
| XYZ | 6.44 | 7.56 | 12.19 | - |
| YUV | 74.03 | 140.4 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 82 | 96 | 0.48 | 0.15 | 0 | 0.62 | 198.26 | 0.32 | 0.29 |
| Hex | 32 | 52 | 60 | 30 | F | 0 | 3E | C6 | 20 | 1D |
| Octal | 62 | 122 | 140 | 60 | 17 | 0 | 76 | 306 | 40 | 35 |
| Binary | 110010 | 1010010 | 1100000 | 110000 | 1111 | 0 | 111110 | 11000110 | 100000 | 11101 |
Color Harmonies of #325260
Complementary color
Monochromatic Colors of #325260
Black with #325260
Text Example
Text Example
White with #325260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325260; }
p { color: rgb(50,82,96); }
H1.HeaderClassName
{
color: #325260;
}
.AnyTagClassName
{
color: #325260;
}
</style>
background-color css
<style>
a { background-color: #325260; }
a { background-color: rgb(50,82,96); }
div.DivClassName
{
background-color: #325260;
}
.BgClassName
{
background-color: #325260;
}
</style>
border-color css
<style>
span { border-color: #325260; }
span { border-color: rgb(50,82,96); }
td.TdClassName
{
border-color: #325260;
}
.TagClassName
{
border-color: #325260;
}
</style>