Shades of Arapawa #28495D
Tints of Arapawa #28495D
RGB
CMYK
RGB Variations
Color information
#28495D (or 0x28495D) is known color: Arapawa. HEX triplet: 28, 49 and 5D. RGB value is (40,73,93). Sum of RGB (Red+Green+Blue) = 40+73+93=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #28495D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28495D is #D7B6A2. Grayscale: #414141. Windows color (decimal): -14136995 or 6113576. OLE color: 6113576.
HSL color Cylindrical-coordinate representation of color #28495D: hue angle of 202.64º 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 #28495D is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 73 | 93 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.64 |
| HSL | 202.64º | 0.4% | 0.26% | - |
| HSV(B) | 202.64º | 0.57% | 0.36% | - |
| XYZ | 5.23 | 6.01 | 11.24 | - |
| YUV | 65.41 | 143.57 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 73 | 93 | 0.57 | 0.22 | 0 | 0.64 | 202.64 | 0.4 | 0.26 |
| Hex | 28 | 49 | 5D | 39 | 16 | 0 | 40 | CB | 28 | 1A |
| Octal | 50 | 111 | 135 | 71 | 26 | 0 | 100 | 313 | 50 | 32 |
| Binary | 101000 | 1001001 | 1011101 | 111001 | 10110 | 0 | 1000000 | 11001011 | 101000 | 11010 |
Color Harmonies of #28495D
Complementary color
Monochromatic Colors of #28495D
Black with #28495D
Text Example
Text Example
White with #28495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28495D; }
p { color: rgb(40,73,93); }
H1.HeaderClassName
{
color: #28495D;
}
.AnyTagClassName
{
color: #28495D;
}
</style>
background-color css
<style>
a { background-color: #28495D; }
a { background-color: rgb(40,73,93); }
div.DivClassName
{
background-color: #28495D;
}
.BgClassName
{
background-color: #28495D;
}
</style>
border-color css
<style>
span { border-color: #28495D; }
span { border-color: rgb(40,73,93); }
td.TdClassName
{
border-color: #28495D;
}
.TagClassName
{
border-color: #28495D;
}
</style>