Shades of Arapawa #304E59
Tints of Arapawa #304E59
RGB
CMYK
RGB Variations
Color information
#304E59 (or 0x304E59) is known color: Arapawa. HEX triplet: 30, 4E and 59. RGB value is (48,78,89). Sum of RGB (Red+Green+Blue) = 48+78+89=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 78 (30.86% from 255 or 36.28% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 89 - color contains mainly: blue. Hex color #304E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304E59 is #CFB1A6. Grayscale: #464646. Windows color (decimal): -13611431 or 5852720. OLE color: 5852720.
HSL color Cylindrical-coordinate representation of color #304E59: hue angle of 196.1º 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 #304E59 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 78 | 89 | - |
| CMYK | 0.46 | 0.12 | 0 | 0.65 |
| HSL | 196.1º | 0.3% | 0.27% | - |
| HSV(B) | 196.1º | 0.46% | 0.35% | - |
| XYZ | 5.75 | 6.8 | 10.46 | - |
| YUV | 70.28 | 138.56 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 89 | 0.46 | 0.12 | 0 | 0.65 | 196.1 | 0.3 | 0.27 |
| Hex | 30 | 4E | 59 | 2E | C | 0 | 41 | C4 | 1E | 1B |
| Octal | 60 | 116 | 131 | 56 | 14 | 0 | 101 | 304 | 36 | 33 |
| Binary | 110000 | 1001110 | 1011001 | 101110 | 1100 | 0 | 1000001 | 11000100 | 11110 | 11011 |
Color Harmonies of #304E59
Complementary color
Monochromatic Colors of #304E59
Black with #304E59
Text Example
Text Example
White with #304E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304E59; }
p { color: rgb(48,78,89); }
H1.HeaderClassName
{
color: #304E59;
}
.AnyTagClassName
{
color: #304E59;
}
</style>
background-color css
<style>
a { background-color: #304E59; }
a { background-color: rgb(48,78,89); }
div.DivClassName
{
background-color: #304E59;
}
.BgClassName
{
background-color: #304E59;
}
</style>
border-color css
<style>
span { border-color: #304E59; }
span { border-color: rgb(48,78,89); }
td.TdClassName
{
border-color: #304E59;
}
.TagClassName
{
border-color: #304E59;
}
</style>