Shades of Arapawa #304F5D
Tints of Arapawa #304F5D
RGB
CMYK
RGB Variations
Color information
#304F5D (or 0x304F5D) is known color: Arapawa. HEX triplet: 30, 4F and 5D. RGB value is (48,79,93). Sum of RGB (Red+Green+Blue) = 48+79+93=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 79 (31.25% from 255 or 35.91% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 93 - color contains mainly: blue. Hex color #304F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304F5D is #CFB0A2. Grayscale: #474747. Windows color (decimal): -13611171 or 6115120. OLE color: 6115120.
HSL color Cylindrical-coordinate representation of color #304F5D: hue angle of 198.67º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #304F5D is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 79 | 93 | - |
| CMYK | 0.48 | 0.15 | 0 | 0.64 |
| HSL | 198.67º | 0.32% | 0.28% | - |
| HSV(B) | 198.67º | 0.48% | 0.36% | - |
| XYZ | 5.99 | 7.01 | 11.39 | - |
| YUV | 71.33 | 140.23 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 79 | 93 | 0.48 | 0.15 | 0 | 0.64 | 198.67 | 0.32 | 0.28 |
| Hex | 30 | 4F | 5D | 30 | F | 0 | 40 | C7 | 20 | 1C |
| Octal | 60 | 117 | 135 | 60 | 17 | 0 | 100 | 307 | 40 | 34 |
| Binary | 110000 | 1001111 | 1011101 | 110000 | 1111 | 0 | 1000000 | 11000111 | 100000 | 11100 |
Color Harmonies of #304F5D
Complementary color
Monochromatic Colors of #304F5D
Black with #304F5D
Text Example
Text Example
White with #304F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304F5D; }
p { color: rgb(48,79,93); }
H1.HeaderClassName
{
color: #304F5D;
}
.AnyTagClassName
{
color: #304F5D;
}
</style>
background-color css
<style>
a { background-color: #304F5D; }
a { background-color: rgb(48,79,93); }
div.DivClassName
{
background-color: #304F5D;
}
.BgClassName
{
background-color: #304F5D;
}
</style>
border-color css
<style>
span { border-color: #304F5D; }
span { border-color: rgb(48,79,93); }
td.TdClassName
{
border-color: #304F5D;
}
.TagClassName
{
border-color: #304F5D;
}
</style>