Shades of Arapawa #28535F
Tints of Arapawa #28535F
RGB
CMYK
RGB Variations
Color information
#28535F (or 0x28535F) is known color: Arapawa. HEX triplet: 28, 53 and 5F. RGB value is (40,83,95). Sum of RGB (Red+Green+Blue) = 40+83+95=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 95 (37.5% from 255 or 43.58% from 218); Max value from RGB is 95 - color contains mainly: blue. Hex color #28535F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28535F is #D7ACA0. Grayscale: #474747. Windows color (decimal): -14134433 or 6247208. OLE color: 6247208.
HSL color Cylindrical-coordinate representation of color #28535F: hue angle of 193.09º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #28535F is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 83 | 95 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.63 |
| HSL | 193.09º | 0.41% | 0.26% | - |
| HSV(B) | 193.09º | 0.58% | 0.37% | - |
| XYZ | 6.03 | 7.46 | 11.95 | - |
| YUV | 71.51 | 141.25 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 95 | 0.58 | 0.13 | 0 | 0.63 | 193.09 | 0.41 | 0.26 |
| Hex | 28 | 53 | 5F | 3A | D | 0 | 3F | C1 | 29 | 1A |
| Octal | 50 | 123 | 137 | 72 | 15 | 0 | 77 | 301 | 51 | 32 |
| Binary | 101000 | 1010011 | 1011111 | 111010 | 1101 | 0 | 111111 | 11000001 | 101001 | 11010 |
Color Harmonies of #28535F
Complementary color
Monochromatic Colors of #28535F
Black with #28535F
Text Example
Text Example
White with #28535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28535F; }
p { color: rgb(40,83,95); }
H1.HeaderClassName
{
color: #28535F;
}
.AnyTagClassName
{
color: #28535F;
}
</style>
background-color css
<style>
a { background-color: #28535F; }
a { background-color: rgb(40,83,95); }
div.DivClassName
{
background-color: #28535F;
}
.BgClassName
{
background-color: #28535F;
}
</style>
border-color css
<style>
span { border-color: #28535F; }
span { border-color: rgb(40,83,95); }
td.TdClassName
{
border-color: #28535F;
}
.TagClassName
{
border-color: #28535F;
}
</style>