Shades of Arapawa #304E61
Tints of Arapawa #304E61
RGB
CMYK
RGB Variations
Color information
#304E61 (or 0x304E61) is known color: Arapawa. HEX triplet: 30, 4E and 61. RGB value is (48,78,97). Sum of RGB (Red+Green+Blue) = 48+78+97=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 97 - color contains mainly: blue. Hex color #304E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304E61 is #CFB19E. Grayscale: #474747. Windows color (decimal): -13611423 or 6377008. OLE color: 6377008.
HSL color Cylindrical-coordinate representation of color #304E61: hue angle of 203.27º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #304E61 is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 78 | 97 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.62 |
| HSL | 203.27º | 0.34% | 0.28% | - |
| HSV(B) | 203.27º | 0.51% | 0.38% | - |
| XYZ | 6.1 | 6.94 | 12.33 | - |
| YUV | 71.2 | 142.56 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 97 | 0.51 | 0.20 | 0 | 0.62 | 203.27 | 0.34 | 0.28 |
| Hex | 30 | 4E | 61 | 33 | 14 | 0 | 3E | CB | 22 | 1C |
| Octal | 60 | 116 | 141 | 63 | 24 | 0 | 76 | 313 | 42 | 34 |
| Binary | 110000 | 1001110 | 1100001 | 110011 | 10100 | 0 | 111110 | 11001011 | 100010 | 11100 |
Color Harmonies of #304E61
Complementary color
Monochromatic Colors of #304E61
Black with #304E61
Text Example
Text Example
White with #304E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304E61; }
p { color: rgb(48,78,97); }
H1.HeaderClassName
{
color: #304E61;
}
.AnyTagClassName
{
color: #304E61;
}
</style>
background-color css
<style>
a { background-color: #304E61; }
a { background-color: rgb(48,78,97); }
div.DivClassName
{
background-color: #304E61;
}
.BgClassName
{
background-color: #304E61;
}
</style>
border-color css
<style>
span { border-color: #304E61; }
span { border-color: rgb(48,78,97); }
td.TdClassName
{
border-color: #304E61;
}
.TagClassName
{
border-color: #304E61;
}
</style>