Shades of Arapawa #304F62
Tints of Arapawa #304F62
RGB
CMYK
RGB Variations
Color information
#304F62 (or 0x304F62) is known color: Arapawa. HEX triplet: 30, 4F and 62. RGB value is (48,79,98). Sum of RGB (Red+Green+Blue) = 48+79+98=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 79 (31.25% from 255 or 35.11% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #304F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304F62 is #CFB09D. Grayscale: #474747. Windows color (decimal): -13611166 or 6442800. OLE color: 6442800.
HSL color Cylindrical-coordinate representation of color #304F62: hue angle of 202.8º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #304F62 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 79 | 98 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.62 |
| HSL | 202.8º | 0.34% | 0.29% | - |
| HSV(B) | 202.8º | 0.51% | 0.38% | - |
| XYZ | 6.22 | 7.1 | 12.6 | - |
| YUV | 71.9 | 142.73 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 79 | 98 | 0.51 | 0.19 | 0 | 0.62 | 202.8 | 0.34 | 0.29 |
| Hex | 30 | 4F | 62 | 33 | 13 | 0 | 3E | CB | 22 | 1D |
| Octal | 60 | 117 | 142 | 63 | 23 | 0 | 76 | 313 | 42 | 35 |
| Binary | 110000 | 1001111 | 1100010 | 110011 | 10011 | 0 | 111110 | 11001011 | 100010 | 11101 |
Color Harmonies of #304F62
Complementary color
Monochromatic Colors of #304F62
Black with #304F62
Text Example
Text Example
White with #304F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304F62; }
p { color: rgb(48,79,98); }
H1.HeaderClassName
{
color: #304F62;
}
.AnyTagClassName
{
color: #304F62;
}
</style>
background-color css
<style>
a { background-color: #304F62; }
a { background-color: rgb(48,79,98); }
div.DivClassName
{
background-color: #304F62;
}
.BgClassName
{
background-color: #304F62;
}
</style>
border-color css
<style>
span { border-color: #304F62; }
span { border-color: rgb(48,79,98); }
td.TdClassName
{
border-color: #304F62;
}
.TagClassName
{
border-color: #304F62;
}
</style>