Shades of Arapawa #28455E
Tints of Arapawa #28455E
RGB
CMYK
RGB Variations
Color information
#28455E (or 0x28455E) is known color: Arapawa. HEX triplet: 28, 45 and 5E. RGB value is (40,69,94). Sum of RGB (Red+Green+Blue) = 40+69+94=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 94 - color contains mainly: blue. Hex color #28455E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28455E is #D7BAA1. Grayscale: #3F3F3F. Windows color (decimal): -14138018 or 6178088. OLE color: 6178088.
HSL color Cylindrical-coordinate representation of color #28455E: hue angle of 207.78º 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 #28455E is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 69 | 94 | - |
| CMYK | 0.57 | 0.27 | 0 | 0.63 |
| HSL | 207.78º | 0.4% | 0.26% | - |
| HSV(B) | 207.78º | 0.57% | 0.37% | - |
| XYZ | 5.02 | 5.52 | 11.39 | - |
| YUV | 63.18 | 145.39 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 69 | 94 | 0.57 | 0.27 | 0 | 0.63 | 207.78 | 0.4 | 0.26 |
| Hex | 28 | 45 | 5E | 39 | 1B | 0 | 3F | D0 | 28 | 1A |
| Octal | 50 | 105 | 136 | 71 | 33 | 0 | 77 | 320 | 50 | 32 |
| Binary | 101000 | 1000101 | 1011110 | 111001 | 11011 | 0 | 111111 | 11010000 | 101000 | 11010 |
Color Harmonies of #28455E
Complementary color
Monochromatic Colors of #28455E
Black with #28455E
Text Example
Text Example
White with #28455E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28455E; }
p { color: rgb(40,69,94); }
H1.HeaderClassName
{
color: #28455E;
}
.AnyTagClassName
{
color: #28455E;
}
</style>
background-color css
<style>
a { background-color: #28455E; }
a { background-color: rgb(40,69,94); }
div.DivClassName
{
background-color: #28455E;
}
.BgClassName
{
background-color: #28455E;
}
</style>
border-color css
<style>
span { border-color: #28455E; }
span { border-color: rgb(40,69,94); }
td.TdClassName
{
border-color: #28455E;
}
.TagClassName
{
border-color: #28455E;
}
</style>