Shades of Arapawa #304A5A
Tints of Arapawa #304A5A
RGB
CMYK
RGB Variations
Color information
#304A5A (or 0x304A5A) is known color: Arapawa. HEX triplet: 30, 4A and 5A. RGB value is (48,74,90). Sum of RGB (Red+Green+Blue) = 48+74+90=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 74 (29.30% from 255 or 34.91% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 90 - color contains mainly: blue. Hex color #304A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A5A is #CFB5A5. Grayscale: #434343. Windows color (decimal): -13612454 or 5917232. OLE color: 5917232.
HSL color Cylindrical-coordinate representation of color #304A5A: hue angle of 202.86º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #304A5A is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 74 | 90 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.65 |
| HSL | 202.86º | 0.3% | 0.27% | - |
| HSV(B) | 202.86º | 0.47% | 0.35% | - |
| XYZ | 5.51 | 6.26 | 10.59 | - |
| YUV | 68.05 | 140.39 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 74 | 90 | 0.47 | 0.18 | 0 | 0.65 | 202.86 | 0.3 | 0.27 |
| Hex | 30 | 4A | 5A | 2F | 12 | 0 | 41 | CB | 1E | 1B |
| Octal | 60 | 112 | 132 | 57 | 22 | 0 | 101 | 313 | 36 | 33 |
| Binary | 110000 | 1001010 | 1011010 | 101111 | 10010 | 0 | 1000001 | 11001011 | 11110 | 11011 |
Color Harmonies of #304A5A
Complementary color
Monochromatic Colors of #304A5A
Black with #304A5A
Text Example
Text Example
White with #304A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304A5A; }
p { color: rgb(48,74,90); }
H1.HeaderClassName
{
color: #304A5A;
}
.AnyTagClassName
{
color: #304A5A;
}
</style>
background-color css
<style>
a { background-color: #304A5A; }
a { background-color: rgb(48,74,90); }
div.DivClassName
{
background-color: #304A5A;
}
.BgClassName
{
background-color: #304A5A;
}
</style>
border-color css
<style>
span { border-color: #304A5A; }
span { border-color: rgb(48,74,90); }
td.TdClassName
{
border-color: #304A5A;
}
.TagClassName
{
border-color: #304A5A;
}
</style>