Shades of Arapawa #304757
Tints of Arapawa #304757
RGB
CMYK
RGB Variations
Color information
#304757 (or 0x304757) is known color: Arapawa. HEX triplet: 30, 47 and 57. RGB value is (48,71,87). Sum of RGB (Red+Green+Blue) = 48+71+87=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 87 - color contains mainly: blue. Hex color #304757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304757 is #CFB8A8. Grayscale: #414141. Windows color (decimal): -13613225 or 5719856. OLE color: 5719856.
HSL color Cylindrical-coordinate representation of color #304757: hue angle of 204.62º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #304757 is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 48 | 71 | 87 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.66 |
| HSL | 204.62º | 0.29% | 0.26% | - |
| HSV(B) | 204.62º | 0.45% | 0.34% | - |
| XYZ | 5.19 | 5.82 | 9.87 | - |
| YUV | 65.95 | 139.88 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 71 | 87 | 0.45 | 0.18 | 0 | 0.66 | 204.62 | 0.29 | 0.26 |
| Hex | 30 | 47 | 57 | 2D | 12 | 0 | 42 | CD | 1D | 1A |
| Octal | 60 | 107 | 127 | 55 | 22 | 0 | 102 | 315 | 35 | 32 |
| Binary | 110000 | 1000111 | 1010111 | 101101 | 10010 | 0 | 1000010 | 11001101 | 11101 | 11010 |
Color Harmonies of #304757
Complementary color
Monochromatic Colors of #304757
Black with #304757
Text Example
Text Example
White with #304757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304757; }
p { color: rgb(48,71,87); }
H1.HeaderClassName
{
color: #304757;
}
.AnyTagClassName
{
color: #304757;
}
</style>
background-color css
<style>
a { background-color: #304757; }
a { background-color: rgb(48,71,87); }
div.DivClassName
{
background-color: #304757;
}
.BgClassName
{
background-color: #304757;
}
</style>
border-color css
<style>
span { border-color: #304757; }
span { border-color: rgb(48,71,87); }
td.TdClassName
{
border-color: #304757;
}
.TagClassName
{
border-color: #304757;
}
</style>