Shades of Arapawa #304859
Tints of Arapawa #304859
RGB
CMYK
RGB Variations
Color information
#304859 (or 0x304859) is known color: Arapawa. HEX triplet: 30, 48 and 59. RGB value is (48,72,89). Sum of RGB (Red+Green+Blue) = 48+72+89=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #304859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304859 is #CFB7A6. Grayscale: #424242. Windows color (decimal): -13612967 or 5851184. OLE color: 5851184.
HSL color Cylindrical-coordinate representation of color #304859: hue angle of 204.88º 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 #304859 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 72 | 89 | - |
| CMYK | 0.46 | 0.19 | 0 | 0.65 |
| HSL | 204.88º | 0.3% | 0.27% | - |
| HSV(B) | 204.88º | 0.46% | 0.35% | - |
| XYZ | 5.34 | 5.98 | 10.32 | - |
| YUV | 66.76 | 140.55 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 72 | 89 | 0.46 | 0.19 | 0 | 0.65 | 204.88 | 0.3 | 0.27 |
| Hex | 30 | 48 | 59 | 2E | 13 | 0 | 41 | CD | 1E | 1B |
| Octal | 60 | 110 | 131 | 56 | 23 | 0 | 101 | 315 | 36 | 33 |
| Binary | 110000 | 1001000 | 1011001 | 101110 | 10011 | 0 | 1000001 | 11001101 | 11110 | 11011 |
Color Harmonies of #304859
Complementary color
Monochromatic Colors of #304859
Black with #304859
Text Example
Text Example
White with #304859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304859; }
p { color: rgb(48,72,89); }
H1.HeaderClassName
{
color: #304859;
}
.AnyTagClassName
{
color: #304859;
}
</style>
background-color css
<style>
a { background-color: #304859; }
a { background-color: rgb(48,72,89); }
div.DivClassName
{
background-color: #304859;
}
.BgClassName
{
background-color: #304859;
}
</style>
border-color css
<style>
span { border-color: #304859; }
span { border-color: rgb(48,72,89); }
td.TdClassName
{
border-color: #304859;
}
.TagClassName
{
border-color: #304859;
}
</style>