Shades of Arapawa #28495F
Tints of Arapawa #28495F
RGB
CMYK
RGB Variations
Color information
#28495F (or 0x28495F) is known color: Arapawa. HEX triplet: 28, 49 and 5F. RGB value is (40,73,95). Sum of RGB (Red+Green+Blue) = 40+73+95=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 95 - color contains mainly: blue. Hex color #28495F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28495F is #D7B6A0. Grayscale: #414141. Windows color (decimal): -14136993 or 6244648. OLE color: 6244648.
HSL color Cylindrical-coordinate representation of color #28495F: hue angle of 204º 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 #28495F is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 73 | 95 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.63 |
| HSL | 204º | 0.41% | 0.26% | - |
| HSV(B) | 204º | 0.58% | 0.37% | - |
| XYZ | 5.32 | 6.04 | 11.71 | - |
| YUV | 65.64 | 144.57 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 73 | 95 | 0.58 | 0.23 | 0 | 0.63 | 204 | 0.41 | 0.26 |
| Hex | 28 | 49 | 5F | 3A | 17 | 0 | 3F | CC | 29 | 1A |
| Octal | 50 | 111 | 137 | 72 | 27 | 0 | 77 | 314 | 51 | 32 |
| Binary | 101000 | 1001001 | 1011111 | 111010 | 10111 | 0 | 111111 | 11001100 | 101001 | 11010 |
Color Harmonies of #28495F
Complementary color
Monochromatic Colors of #28495F
Black with #28495F
Text Example
Text Example
White with #28495F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28495F; }
p { color: rgb(40,73,95); }
H1.HeaderClassName
{
color: #28495F;
}
.AnyTagClassName
{
color: #28495F;
}
</style>
background-color css
<style>
a { background-color: #28495F; }
a { background-color: rgb(40,73,95); }
div.DivClassName
{
background-color: #28495F;
}
.BgClassName
{
background-color: #28495F;
}
</style>
border-color css
<style>
span { border-color: #28495F; }
span { border-color: rgb(40,73,95); }
td.TdClassName
{
border-color: #28495F;
}
.TagClassName
{
border-color: #28495F;
}
</style>