Shades of Arapawa #1E4D61
Tints of Arapawa #1E4D61
RGB
CMYK
RGB Variations
Color information
#1E4D61 (or 0x1E4D61) is known color: Arapawa. HEX triplet: 1E, 4D and 61. RGB value is (30,77,97). Sum of RGB (Red+Green+Blue) = 30+77+97=204 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.71% from 204); Green value is 77 (30.47% from 255 or 37.75% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #1E4D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E4D61 is #E1B29E. Grayscale: #414141. Windows color (decimal): -14791327 or 6376734. OLE color: 6376734.
HSL color Cylindrical-coordinate representation of color #1E4D61: hue angle of 197.91º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E4D61 is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 77 | 97 | - |
| CMYK | 0.69 | 0.21 | 0 | 0.62 |
| HSL | 197.91º | 0.53% | 0.25% | - |
| HSV(B) | 197.91º | 0.69% | 0.38% | - |
| XYZ | 5.35 | 6.45 | 12.27 | - |
| YUV | 65.23 | 145.93 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 77 | 97 | 0.69 | 0.21 | 0 | 0.62 | 197.91 | 0.53 | 0.25 |
| Hex | 1E | 4D | 61 | 45 | 15 | 0 | 3E | C6 | 35 | 19 |
| Octal | 36 | 115 | 141 | 105 | 25 | 0 | 76 | 306 | 65 | 31 |
| Binary | 11110 | 1001101 | 1100001 | 1000101 | 10101 | 0 | 111110 | 11000110 | 110101 | 11001 |
Color Harmonies of #1E4D61
Complementary color
Monochromatic Colors of #1E4D61
Black with #1E4D61
Text Example
Text Example
White with #1E4D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4D61; }
p { color: rgb(30,77,97); }
H1.HeaderClassName
{
color: #1E4D61;
}
.AnyTagClassName
{
color: #1E4D61;
}
</style>
background-color css
<style>
a { background-color: #1E4D61; }
a { background-color: rgb(30,77,97); }
div.DivClassName
{
background-color: #1E4D61;
}
.BgClassName
{
background-color: #1E4D61;
}
</style>
border-color css
<style>
span { border-color: #1E4D61; }
span { border-color: rgb(30,77,97); }
td.TdClassName
{
border-color: #1E4D61;
}
.TagClassName
{
border-color: #1E4D61;
}
</style>