Shades of Arapawa #28515D
Tints of Arapawa #28515D
RGB
CMYK
RGB Variations
Color information
#28515D (or 0x28515D) is known color: Arapawa. HEX triplet: 28, 51 and 5D. RGB value is (40,81,93). Sum of RGB (Red+Green+Blue) = 40+81+93=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 93 - color contains mainly: blue. Hex color #28515D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28515D is #D7AEA2. Grayscale: #464646. Windows color (decimal): -14134947 or 6115624. OLE color: 6115624.
HSL color Cylindrical-coordinate representation of color #28515D: hue angle of 193.58º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28515D is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 81 | 93 | - |
| CMYK | 0.57 | 0.13 | 0 | 0.64 |
| HSL | 193.58º | 0.4% | 0.26% | - |
| HSV(B) | 193.58º | 0.57% | 0.36% | - |
| XYZ | 5.79 | 7.13 | 11.43 | - |
| YUV | 70.11 | 140.92 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 81 | 93 | 0.57 | 0.13 | 0 | 0.64 | 193.58 | 0.4 | 0.26 |
| Hex | 28 | 51 | 5D | 39 | D | 0 | 40 | C2 | 28 | 1A |
| Octal | 50 | 121 | 135 | 71 | 15 | 0 | 100 | 302 | 50 | 32 |
| Binary | 101000 | 1010001 | 1011101 | 111001 | 1101 | 0 | 1000000 | 11000010 | 101000 | 11010 |
Color Harmonies of #28515D
Complementary color
Monochromatic Colors of #28515D
Black with #28515D
Text Example
Text Example
White with #28515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28515D; }
p { color: rgb(40,81,93); }
H1.HeaderClassName
{
color: #28515D;
}
.AnyTagClassName
{
color: #28515D;
}
</style>
background-color css
<style>
a { background-color: #28515D; }
a { background-color: rgb(40,81,93); }
div.DivClassName
{
background-color: #28515D;
}
.BgClassName
{
background-color: #28515D;
}
</style>
border-color css
<style>
span { border-color: #28515D; }
span { border-color: rgb(40,81,93); }
td.TdClassName
{
border-color: #28515D;
}
.TagClassName
{
border-color: #28515D;
}
</style>