Shades of Arapawa #324B5A
Tints of Arapawa #324B5A
RGB
CMYK
RGB Variations
Color information
#324B5A (or 0x324B5A) is known color: Arapawa. HEX triplet: 32, 4B and 5A. RGB value is (50,75,90). Sum of RGB (Red+Green+Blue) = 50+75+90=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 90 - color contains mainly: blue. Hex color #324B5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324B5A is #CDB4A5. Grayscale: #454545. Windows color (decimal): -13481126 or 5917490. OLE color: 5917490.
HSL color Cylindrical-coordinate representation of color #324B5A: hue angle of 202.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #324B5A is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 75 | 90 | - |
| CMYK | 0.44 | 0.17 | 0 | 0.65 |
| HSL | 202.5º | 0.29% | 0.27% | - |
| HSV(B) | 202.5º | 0.44% | 0.35% | - |
| XYZ | 5.68 | 6.45 | 10.62 | - |
| YUV | 69.24 | 139.72 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 75 | 90 | 0.44 | 0.17 | 0 | 0.65 | 202.5 | 0.29 | 0.27 |
| Hex | 32 | 4B | 5A | 2C | 11 | 0 | 41 | CA | 1D | 1B |
| Octal | 62 | 113 | 132 | 54 | 21 | 0 | 101 | 312 | 35 | 33 |
| Binary | 110010 | 1001011 | 1011010 | 101100 | 10001 | 0 | 1000001 | 11001010 | 11101 | 11011 |
Color Harmonies of #324B5A
Complementary color
Monochromatic Colors of #324B5A
Black with #324B5A
Text Example
Text Example
White with #324B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324B5A; }
p { color: rgb(50,75,90); }
H1.HeaderClassName
{
color: #324B5A;
}
.AnyTagClassName
{
color: #324B5A;
}
</style>
background-color css
<style>
a { background-color: #324B5A; }
a { background-color: rgb(50,75,90); }
div.DivClassName
{
background-color: #324B5A;
}
.BgClassName
{
background-color: #324B5A;
}
</style>
border-color css
<style>
span { border-color: #324B5A; }
span { border-color: rgb(50,75,90); }
td.TdClassName
{
border-color: #324B5A;
}
.TagClassName
{
border-color: #324B5A;
}
</style>