Shades of Arapawa #304654
Tints of Arapawa #304654
RGB
CMYK
RGB Variations
Color information
#304654 (or 0x304654) is known color: Arapawa. HEX triplet: 30, 46 and 54. RGB value is (48,70,84). Sum of RGB (Red+Green+Blue) = 48+70+84=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 84 (33.20% from 255 or 41.58% from 202); Max value from RGB is 84 - color contains mainly: blue. Hex color #304654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304654 is #CFB9AB. Grayscale: #404040. Windows color (decimal): -13613484 or 5522992. OLE color: 5522992.
HSL color Cylindrical-coordinate representation of color #304654: hue angle of 203.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #304654 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 70 | 84 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.67 |
| HSL | 203.33º | 0.27% | 0.26% | - |
| HSV(B) | 203.33º | 0.43% | 0.33% | - |
| XYZ | 5.01 | 5.65 | 9.21 | - |
| YUV | 65.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 70 | 84 | 0.43 | 0.17 | 0 | 0.67 | 203.33 | 0.27 | 0.26 |
| Hex | 30 | 46 | 54 | 2B | 11 | 0 | 43 | CB | 1B | 1A |
| Octal | 60 | 106 | 124 | 53 | 21 | 0 | 103 | 313 | 33 | 32 |
| Binary | 110000 | 1000110 | 1010100 | 101011 | 10001 | 0 | 1000011 | 11001011 | 11011 | 11010 |
Color Harmonies of #304654
Complementary color
Monochromatic Colors of #304654
Black with #304654
Text Example
Text Example
White with #304654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304654; }
p { color: rgb(48,70,84); }
H1.HeaderClassName
{
color: #304654;
}
.AnyTagClassName
{
color: #304654;
}
</style>
background-color css
<style>
a { background-color: #304654; }
a { background-color: rgb(48,70,84); }
div.DivClassName
{
background-color: #304654;
}
.BgClassName
{
background-color: #304654;
}
</style>
border-color css
<style>
span { border-color: #304654; }
span { border-color: rgb(48,70,84); }
td.TdClassName
{
border-color: #304654;
}
.TagClassName
{
border-color: #304654;
}
</style>