Shades of Arapawa #28455F
Tints of Arapawa #28455F
RGB
CMYK
RGB Variations
Color information
#28455F (or 0x28455F) is known color: Arapawa. HEX triplet: 28, 45 and 5F. RGB value is (40,69,95). Sum of RGB (Red+Green+Blue) = 40+69+95=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 95 (37.5% from 255 or 46.57% from 204); Max value from RGB is 95 - color contains mainly: blue. Hex color #28455F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28455F is #D7BAA0. Grayscale: #3F3F3F. Windows color (decimal): -14138017 or 6243624. OLE color: 6243624.
HSL color Cylindrical-coordinate representation of color #28455F: hue angle of 208.36º 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 #28455F is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 69 | 95 | - |
| CMYK | 0.58 | 0.27 | 0 | 0.63 |
| HSL | 208.36º | 0.41% | 0.26% | - |
| HSV(B) | 208.36º | 0.58% | 0.37% | - |
| XYZ | 5.07 | 5.53 | 11.63 | - |
| YUV | 63.29 | 145.89 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 69 | 95 | 0.58 | 0.27 | 0 | 0.63 | 208.36 | 0.41 | 0.26 |
| Hex | 28 | 45 | 5F | 3A | 1B | 0 | 3F | D0 | 29 | 1A |
| Octal | 50 | 105 | 137 | 72 | 33 | 0 | 77 | 320 | 51 | 32 |
| Binary | 101000 | 1000101 | 1011111 | 111010 | 11011 | 0 | 111111 | 11010000 | 101001 | 11010 |
Color Harmonies of #28455F
Complementary color
Monochromatic Colors of #28455F
Black with #28455F
Text Example
Text Example
White with #28455F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28455F; }
p { color: rgb(40,69,95); }
H1.HeaderClassName
{
color: #28455F;
}
.AnyTagClassName
{
color: #28455F;
}
</style>
background-color css
<style>
a { background-color: #28455F; }
a { background-color: rgb(40,69,95); }
div.DivClassName
{
background-color: #28455F;
}
.BgClassName
{
background-color: #28455F;
}
</style>
border-color css
<style>
span { border-color: #28455F; }
span { border-color: rgb(40,69,95); }
td.TdClassName
{
border-color: #28455F;
}
.TagClassName
{
border-color: #28455F;
}
</style>