Shades of Arapawa #304D5F
Tints of Arapawa #304D5F
RGB
CMYK
RGB Variations
Color information
#304D5F (or 0x304D5F) is known color: Arapawa. HEX triplet: 30, 4D and 5F. RGB value is (48,77,95). Sum of RGB (Red+Green+Blue) = 48+77+95=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 95 - color contains mainly: blue. Hex color #304D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304D5F is #CFB2A0. Grayscale: #464646. Windows color (decimal): -13611681 or 6245680. OLE color: 6245680.
HSL color Cylindrical-coordinate representation of color #304D5F: hue angle of 202.98º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #304D5F is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 48 | 77 | 95 | - |
| CMYK | 0.49 | 0.19 | 0 | 0.63 |
| HSL | 202.98º | 0.33% | 0.28% | - |
| HSV(B) | 202.98º | 0.49% | 0.37% | - |
| XYZ | 5.94 | 6.76 | 11.82 | - |
| YUV | 70.38 | 141.89 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 95 | 0.49 | 0.19 | 0 | 0.63 | 202.98 | 0.33 | 0.28 |
| Hex | 30 | 4D | 5F | 31 | 13 | 0 | 3F | CB | 21 | 1C |
| Octal | 60 | 115 | 137 | 61 | 23 | 0 | 77 | 313 | 41 | 34 |
| Binary | 110000 | 1001101 | 1011111 | 110001 | 10011 | 0 | 111111 | 11001011 | 100001 | 11100 |
Color Harmonies of #304D5F
Complementary color
Monochromatic Colors of #304D5F
Black with #304D5F
Text Example
Text Example
White with #304D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304D5F; }
p { color: rgb(48,77,95); }
H1.HeaderClassName
{
color: #304D5F;
}
.AnyTagClassName
{
color: #304D5F;
}
</style>
background-color css
<style>
a { background-color: #304D5F; }
a { background-color: rgb(48,77,95); }
div.DivClassName
{
background-color: #304D5F;
}
.BgClassName
{
background-color: #304D5F;
}
</style>
border-color css
<style>
span { border-color: #304D5F; }
span { border-color: rgb(48,77,95); }
td.TdClassName
{
border-color: #304D5F;
}
.TagClassName
{
border-color: #304D5F;
}
</style>