Shades of Arapawa #304A5B
Tints of Arapawa #304A5B
RGB
CMYK
RGB Variations
Color information
#304A5B (or 0x304A5B) is known color: Arapawa. HEX triplet: 30, 4A and 5B. RGB value is (48,74,91). Sum of RGB (Red+Green+Blue) = 48+74+91=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 74 (29.30% from 255 or 34.74% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 91 - color contains mainly: blue. Hex color #304A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A5B is #CFB5A4. Grayscale: #444444. Windows color (decimal): -13612453 or 5982768. OLE color: 5982768.
HSL color Cylindrical-coordinate representation of color #304A5B: hue angle of 203.72º 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 #304A5B is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 74 | 91 | - |
| CMYK | 0.47 | 0.19 | 0 | 0.64 |
| HSL | 203.72º | 0.31% | 0.27% | - |
| HSV(B) | 203.72º | 0.47% | 0.36% | - |
| XYZ | 5.56 | 6.28 | 10.82 | - |
| YUV | 68.16 | 140.89 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 74 | 91 | 0.47 | 0.19 | 0 | 0.64 | 203.72 | 0.31 | 0.27 |
| Hex | 30 | 4A | 5B | 2F | 13 | 0 | 40 | CC | 1F | 1B |
| Octal | 60 | 112 | 133 | 57 | 23 | 0 | 100 | 314 | 37 | 33 |
| Binary | 110000 | 1001010 | 1011011 | 101111 | 10011 | 0 | 1000000 | 11001100 | 11111 | 11011 |
Color Harmonies of #304A5B
Complementary color
Monochromatic Colors of #304A5B
Black with #304A5B
Text Example
Text Example
White with #304A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304A5B; }
p { color: rgb(48,74,91); }
H1.HeaderClassName
{
color: #304A5B;
}
.AnyTagClassName
{
color: #304A5B;
}
</style>
background-color css
<style>
a { background-color: #304A5B; }
a { background-color: rgb(48,74,91); }
div.DivClassName
{
background-color: #304A5B;
}
.BgClassName
{
background-color: #304A5B;
}
</style>
border-color css
<style>
span { border-color: #304A5B; }
span { border-color: rgb(48,74,91); }
td.TdClassName
{
border-color: #304A5B;
}
.TagClassName
{
border-color: #304A5B;
}
</style>