Shades of Arapawa #304657
Tints of Arapawa #304657
RGB
CMYK
RGB Variations
Color information
#304657 (or 0x304657) is known color: Arapawa. HEX triplet: 30, 46 and 57. RGB value is (48,70,87). Sum of RGB (Red+Green+Blue) = 48+70+87=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 87 - color contains mainly: blue. Hex color #304657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304657 is #CFB9A8. Grayscale: #414141. Windows color (decimal): -13613481 or 5719600. OLE color: 5719600.
HSL color Cylindrical-coordinate representation of color #304657: hue angle of 206.15º 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 #304657 is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 48 | 70 | 87 | - |
| CMYK | 0.45 | 0.20 | 0 | 0.66 |
| HSL | 206.15º | 0.29% | 0.26% | - |
| HSV(B) | 206.15º | 0.45% | 0.34% | - |
| XYZ | 5.13 | 5.7 | 9.85 | - |
| YUV | 65.36 | 140.21 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 70 | 87 | 0.45 | 0.20 | 0 | 0.66 | 206.15 | 0.29 | 0.26 |
| Hex | 30 | 46 | 57 | 2D | 14 | 0 | 42 | CE | 1D | 1A |
| Octal | 60 | 106 | 127 | 55 | 24 | 0 | 102 | 316 | 35 | 32 |
| Binary | 110000 | 1000110 | 1010111 | 101101 | 10100 | 0 | 1000010 | 11001110 | 11101 | 11010 |
Color Harmonies of #304657
Complementary color
Monochromatic Colors of #304657
Black with #304657
Text Example
Text Example
White with #304657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304657; }
p { color: rgb(48,70,87); }
H1.HeaderClassName
{
color: #304657;
}
.AnyTagClassName
{
color: #304657;
}
</style>
background-color css
<style>
a { background-color: #304657; }
a { background-color: rgb(48,70,87); }
div.DivClassName
{
background-color: #304657;
}
.BgClassName
{
background-color: #304657;
}
</style>
border-color css
<style>
span { border-color: #304657; }
span { border-color: rgb(48,70,87); }
td.TdClassName
{
border-color: #304657;
}
.TagClassName
{
border-color: #304657;
}
</style>