Shades of Arapawa #304D59
Tints of Arapawa #304D59
RGB
CMYK
RGB Variations
Color information
#304D59 (or 0x304D59) is known color: Arapawa. HEX triplet: 30, 4D and 59. RGB value is (48,77,89). Sum of RGB (Red+Green+Blue) = 48+77+89=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 89 - color contains mainly: blue. Hex color #304D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304D59 is #CFB2A6. Grayscale: #454545. Windows color (decimal): -13611687 or 5852464. OLE color: 5852464.
HSL color Cylindrical-coordinate representation of color #304D59: hue angle of 197.56º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #304D59 is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 77 | 89 | - |
| CMYK | 0.46 | 0.13 | 0 | 0.65 |
| HSL | 197.56º | 0.3% | 0.27% | - |
| HSV(B) | 197.56º | 0.46% | 0.35% | - |
| XYZ | 5.68 | 6.66 | 10.44 | - |
| YUV | 69.7 | 138.89 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 89 | 0.46 | 0.13 | 0 | 0.65 | 197.56 | 0.3 | 0.27 |
| Hex | 30 | 4D | 59 | 2E | D | 0 | 41 | C6 | 1E | 1B |
| Octal | 60 | 115 | 131 | 56 | 15 | 0 | 101 | 306 | 36 | 33 |
| Binary | 110000 | 1001101 | 1011001 | 101110 | 1101 | 0 | 1000001 | 11000110 | 11110 | 11011 |
Color Harmonies of #304D59
Complementary color
Monochromatic Colors of #304D59
Black with #304D59
Text Example
Text Example
White with #304D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304D59; }
p { color: rgb(48,77,89); }
H1.HeaderClassName
{
color: #304D59;
}
.AnyTagClassName
{
color: #304D59;
}
</style>
background-color css
<style>
a { background-color: #304D59; }
a { background-color: rgb(48,77,89); }
div.DivClassName
{
background-color: #304D59;
}
.BgClassName
{
background-color: #304D59;
}
</style>
border-color css
<style>
span { border-color: #304D59; }
span { border-color: rgb(48,77,89); }
td.TdClassName
{
border-color: #304D59;
}
.TagClassName
{
border-color: #304D59;
}
</style>