Shades of Arapawa #304E5B
Tints of Arapawa #304E5B
RGB
CMYK
RGB Variations
Color information
#304E5B (or 0x304E5B) is known color: Arapawa. HEX triplet: 30, 4E and 5B. RGB value is (48,78,91). Sum of RGB (Red+Green+Blue) = 48+78+91=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 78 (30.86% from 255 or 35.94% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 91 - color contains mainly: blue. Hex color #304E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304E5B is #CFB1A4. Grayscale: #464646. Windows color (decimal): -13611429 or 5983792. OLE color: 5983792.
HSL color Cylindrical-coordinate representation of color #304E5B: hue angle of 198.14º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #304E5B is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 78 | 91 | - |
| CMYK | 0.47 | 0.14 | 0 | 0.64 |
| HSL | 198.14º | 0.31% | 0.27% | - |
| HSV(B) | 198.14º | 0.47% | 0.36% | - |
| XYZ | 5.83 | 6.83 | 10.91 | - |
| YUV | 70.51 | 139.56 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 91 | 0.47 | 0.14 | 0 | 0.64 | 198.14 | 0.31 | 0.27 |
| Hex | 30 | 4E | 5B | 2F | E | 0 | 40 | C6 | 1F | 1B |
| Octal | 60 | 116 | 133 | 57 | 16 | 0 | 100 | 306 | 37 | 33 |
| Binary | 110000 | 1001110 | 1011011 | 101111 | 1110 | 0 | 1000000 | 11000110 | 11111 | 11011 |
Color Harmonies of #304E5B
Complementary color
Monochromatic Colors of #304E5B
Black with #304E5B
Text Example
Text Example
White with #304E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304E5B; }
p { color: rgb(48,78,91); }
H1.HeaderClassName
{
color: #304E5B;
}
.AnyTagClassName
{
color: #304E5B;
}
</style>
background-color css
<style>
a { background-color: #304E5B; }
a { background-color: rgb(48,78,91); }
div.DivClassName
{
background-color: #304E5B;
}
.BgClassName
{
background-color: #304E5B;
}
</style>
border-color css
<style>
span { border-color: #304E5B; }
span { border-color: rgb(48,78,91); }
td.TdClassName
{
border-color: #304E5B;
}
.TagClassName
{
border-color: #304E5B;
}
</style>