Shades of Arapawa #304C5B
Tints of Arapawa #304C5B
RGB
CMYK
RGB Variations
Color information
#304C5B (or 0x304C5B) is known color: Arapawa. HEX triplet: 30, 4C and 5B. RGB value is (48,76,91). Sum of RGB (Red+Green+Blue) = 48+76+91=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 91 - color contains mainly: blue. Hex color #304C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C5B is #CFB3A4. Grayscale: #454545. Windows color (decimal): -13611941 or 5983280. OLE color: 5983280.
HSL color Cylindrical-coordinate representation of color #304C5B: hue angle of 200.93º 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 #304C5B is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 76 | 91 | - |
| CMYK | 0.47 | 0.16 | 0 | 0.64 |
| HSL | 200.93º | 0.31% | 0.27% | - |
| HSV(B) | 200.93º | 0.47% | 0.36% | - |
| XYZ | 5.69 | 6.55 | 10.86 | - |
| YUV | 69.34 | 140.22 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 91 | 0.47 | 0.16 | 0 | 0.64 | 200.93 | 0.31 | 0.27 |
| Hex | 30 | 4C | 5B | 2F | 10 | 0 | 40 | C9 | 1F | 1B |
| Octal | 60 | 114 | 133 | 57 | 20 | 0 | 100 | 311 | 37 | 33 |
| Binary | 110000 | 1001100 | 1011011 | 101111 | 10000 | 0 | 1000000 | 11001001 | 11111 | 11011 |
Color Harmonies of #304C5B
Complementary color
Monochromatic Colors of #304C5B
Black with #304C5B
Text Example
Text Example
White with #304C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304C5B; }
p { color: rgb(48,76,91); }
H1.HeaderClassName
{
color: #304C5B;
}
.AnyTagClassName
{
color: #304C5B;
}
</style>
background-color css
<style>
a { background-color: #304C5B; }
a { background-color: rgb(48,76,91); }
div.DivClassName
{
background-color: #304C5B;
}
.BgClassName
{
background-color: #304C5B;
}
</style>
border-color css
<style>
span { border-color: #304C5B; }
span { border-color: rgb(48,76,91); }
td.TdClassName
{
border-color: #304C5B;
}
.TagClassName
{
border-color: #304C5B;
}
</style>