Shades of Arapawa #28495E
Tints of Arapawa #28495E
RGB
CMYK
RGB Variations
Color information
#28495E (or 0x28495E) is known color: Arapawa. HEX triplet: 28, 49 and 5E. RGB value is (40,73,94). Sum of RGB (Red+Green+Blue) = 40+73+94=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 94 - color contains mainly: blue. Hex color #28495E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28495E is #D7B6A1. Grayscale: #414141. Windows color (decimal): -14136994 or 6179112. OLE color: 6179112.
HSL color Cylindrical-coordinate representation of color #28495E: hue angle of 203.33º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28495E is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 73 | 94 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.63 |
| HSL | 203.33º | 0.4% | 0.26% | - |
| HSV(B) | 203.33º | 0.57% | 0.37% | - |
| XYZ | 5.28 | 6.02 | 11.47 | - |
| YUV | 65.53 | 144.07 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 73 | 94 | 0.57 | 0.22 | 0 | 0.63 | 203.33 | 0.4 | 0.26 |
| Hex | 28 | 49 | 5E | 39 | 16 | 0 | 3F | CB | 28 | 1A |
| Octal | 50 | 111 | 136 | 71 | 26 | 0 | 77 | 313 | 50 | 32 |
| Binary | 101000 | 1001001 | 1011110 | 111001 | 10110 | 0 | 111111 | 11001011 | 101000 | 11010 |
Color Harmonies of #28495E
Complementary color
Monochromatic Colors of #28495E
Black with #28495E
Text Example
Text Example
White with #28495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28495E; }
p { color: rgb(40,73,94); }
H1.HeaderClassName
{
color: #28495E;
}
.AnyTagClassName
{
color: #28495E;
}
</style>
background-color css
<style>
a { background-color: #28495E; }
a { background-color: rgb(40,73,94); }
div.DivClassName
{
background-color: #28495E;
}
.BgClassName
{
background-color: #28495E;
}
</style>
border-color css
<style>
span { border-color: #28495E; }
span { border-color: rgb(40,73,94); }
td.TdClassName
{
border-color: #28495E;
}
.TagClassName
{
border-color: #28495E;
}
</style>