Shades of Arapawa #304B5D
Tints of Arapawa #304B5D
RGB
CMYK
RGB Variations
Color information
#304B5D (or 0x304B5D) is known color: Arapawa. HEX triplet: 30, 4B and 5D. RGB value is (48,75,93). Sum of RGB (Red+Green+Blue) = 48+75+93=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 93 - color contains mainly: blue. Hex color #304B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304B5D is #CFB4A2. Grayscale: #444444. Windows color (decimal): -13612195 or 6114096. OLE color: 6114096.
HSL color Cylindrical-coordinate representation of color #304B5D: hue angle of 204º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #304B5D is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 75 | 93 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.64 |
| HSL | 204º | 0.32% | 0.28% | - |
| HSV(B) | 204º | 0.48% | 0.36% | - |
| XYZ | 5.71 | 6.45 | 11.3 | - |
| YUV | 68.98 | 141.55 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 75 | 93 | 0.48 | 0.19 | 0 | 0.64 | 204 | 0.32 | 0.28 |
| Hex | 30 | 4B | 5D | 30 | 13 | 0 | 40 | CC | 20 | 1C |
| Octal | 60 | 113 | 135 | 60 | 23 | 0 | 100 | 314 | 40 | 34 |
| Binary | 110000 | 1001011 | 1011101 | 110000 | 10011 | 0 | 1000000 | 11001100 | 100000 | 11100 |
Color Harmonies of #304B5D
Complementary color
Monochromatic Colors of #304B5D
Black with #304B5D
Text Example
Text Example
White with #304B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304B5D; }
p { color: rgb(48,75,93); }
H1.HeaderClassName
{
color: #304B5D;
}
.AnyTagClassName
{
color: #304B5D;
}
</style>
background-color css
<style>
a { background-color: #304B5D; }
a { background-color: rgb(48,75,93); }
div.DivClassName
{
background-color: #304B5D;
}
.BgClassName
{
background-color: #304B5D;
}
</style>
border-color css
<style>
span { border-color: #304B5D; }
span { border-color: rgb(48,75,93); }
td.TdClassName
{
border-color: #304B5D;
}
.TagClassName
{
border-color: #304B5D;
}
</style>