Shades of Arapawa #30535F
Tints of Arapawa #30535F
RGB
CMYK
RGB Variations
Color information
#30535F (or 0x30535F) is known color: Arapawa. HEX triplet: 30, 53 and 5F. RGB value is (48,83,95). Sum of RGB (Red+Green+Blue) = 48+83+95=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 95 - color contains mainly: blue. Hex color #30535F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30535F is #CFACA0. Grayscale: #494949. Windows color (decimal): -13610145 or 6247216. OLE color: 6247216.
HSL color Cylindrical-coordinate representation of color #30535F: hue angle of 195.32º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #30535F is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 48 | 83 | 95 | - |
| CMYK | 0.49 | 0.13 | 0 | 0.63 |
| HSL | 195.32º | 0.33% | 0.28% | - |
| HSV(B) | 195.32º | 0.49% | 0.37% | - |
| XYZ | 6.38 | 7.64 | 11.97 | - |
| YUV | 73.9 | 139.9 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 95 | 0.49 | 0.13 | 0 | 0.63 | 195.32 | 0.33 | 0.28 |
| Hex | 30 | 53 | 5F | 31 | D | 0 | 3F | C3 | 21 | 1C |
| Octal | 60 | 123 | 137 | 61 | 15 | 0 | 77 | 303 | 41 | 34 |
| Binary | 110000 | 1010011 | 1011111 | 110001 | 1101 | 0 | 111111 | 11000011 | 100001 | 11100 |
Color Harmonies of #30535F
Complementary color
Monochromatic Colors of #30535F
Black with #30535F
Text Example
Text Example
White with #30535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30535F; }
p { color: rgb(48,83,95); }
H1.HeaderClassName
{
color: #30535F;
}
.AnyTagClassName
{
color: #30535F;
}
</style>
background-color css
<style>
a { background-color: #30535F; }
a { background-color: rgb(48,83,95); }
div.DivClassName
{
background-color: #30535F;
}
.BgClassName
{
background-color: #30535F;
}
</style>
border-color css
<style>
span { border-color: #30535F; }
span { border-color: rgb(48,83,95); }
td.TdClassName
{
border-color: #30535F;
}
.TagClassName
{
border-color: #30535F;
}
</style>