Shades of Arapawa #304A59
Tints of Arapawa #304A59
RGB
CMYK
RGB Variations
Color information
#304A59 (or 0x304A59) is known color: Arapawa. HEX triplet: 30, 4A and 59. RGB value is (48,74,89). Sum of RGB (Red+Green+Blue) = 48+74+89=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: blue. Hex color #304A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A59 is #CFB5A6. Grayscale: #434343. Windows color (decimal): -13612455 or 5851696. OLE color: 5851696.
HSL color Cylindrical-coordinate representation of color #304A59: hue angle of 201.95º 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 #304A59 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 74 | 89 | - |
| CMYK | 0.46 | 0.17 | 0 | 0.65 |
| HSL | 201.95º | 0.3% | 0.27% | - |
| HSV(B) | 201.95º | 0.46% | 0.35% | - |
| XYZ | 5.47 | 6.25 | 10.37 | - |
| YUV | 67.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 74 | 89 | 0.46 | 0.17 | 0 | 0.65 | 201.95 | 0.3 | 0.27 |
| Hex | 30 | 4A | 59 | 2E | 11 | 0 | 41 | CA | 1E | 1B |
| Octal | 60 | 112 | 131 | 56 | 21 | 0 | 101 | 312 | 36 | 33 |
| Binary | 110000 | 1001010 | 1011001 | 101110 | 10001 | 0 | 1000001 | 11001010 | 11110 | 11011 |
Color Harmonies of #304A59
Complementary color
Monochromatic Colors of #304A59
Black with #304A59
Text Example
Text Example
White with #304A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304A59; }
p { color: rgb(48,74,89); }
H1.HeaderClassName
{
color: #304A59;
}
.AnyTagClassName
{
color: #304A59;
}
</style>
background-color css
<style>
a { background-color: #304A59; }
a { background-color: rgb(48,74,89); }
div.DivClassName
{
background-color: #304A59;
}
.BgClassName
{
background-color: #304A59;
}
</style>
border-color css
<style>
span { border-color: #304A59; }
span { border-color: rgb(48,74,89); }
td.TdClassName
{
border-color: #304A59;
}
.TagClassName
{
border-color: #304A59;
}
</style>