Shades of Arapawa #28455D
Tints of Arapawa #28455D
RGB
CMYK
RGB Variations
Color information
#28455D (or 0x28455D) is known color: Arapawa. HEX triplet: 28, 45 and 5D. RGB value is (40,69,93). Sum of RGB (Red+Green+Blue) = 40+69+93=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #28455D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28455D is #D7BAA2. Grayscale: #3E3E3E. Windows color (decimal): -14138019 or 6112552. OLE color: 6112552.
HSL color Cylindrical-coordinate representation of color #28455D: hue angle of 207.17º 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 #28455D is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 69 | 93 | - |
| CMYK | 0.57 | 0.26 | 0 | 0.64 |
| HSL | 207.17º | 0.4% | 0.26% | - |
| HSV(B) | 207.17º | 0.57% | 0.36% | - |
| XYZ | 4.98 | 5.5 | 11.15 | - |
| YUV | 63.07 | 144.89 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 69 | 93 | 0.57 | 0.26 | 0 | 0.64 | 207.17 | 0.4 | 0.26 |
| Hex | 28 | 45 | 5D | 39 | 1A | 0 | 40 | CF | 28 | 1A |
| Octal | 50 | 105 | 135 | 71 | 32 | 0 | 100 | 317 | 50 | 32 |
| Binary | 101000 | 1000101 | 1011101 | 111001 | 11010 | 0 | 1000000 | 11001111 | 101000 | 11010 |
Color Harmonies of #28455D
Complementary color
Monochromatic Colors of #28455D
Black with #28455D
Text Example
Text Example
White with #28455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28455D; }
p { color: rgb(40,69,93); }
H1.HeaderClassName
{
color: #28455D;
}
.AnyTagClassName
{
color: #28455D;
}
</style>
background-color css
<style>
a { background-color: #28455D; }
a { background-color: rgb(40,69,93); }
div.DivClassName
{
background-color: #28455D;
}
.BgClassName
{
background-color: #28455D;
}
</style>
border-color css
<style>
span { border-color: #28455D; }
span { border-color: rgb(40,69,93); }
td.TdClassName
{
border-color: #28455D;
}
.TagClassName
{
border-color: #28455D;
}
</style>