Shades of Arapawa #28465D
Tints of Arapawa #28465D
RGB
CMYK
RGB Variations
Color information
#28465D (or 0x28465D) is known color: Arapawa. HEX triplet: 28, 46 and 5D. RGB value is (40,70,93). Sum of RGB (Red+Green+Blue) = 40+70+93=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #28465D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28465D is #D7B9A2. Grayscale: #3F3F3F. Windows color (decimal): -14137763 or 6112808. OLE color: 6112808.
HSL color Cylindrical-coordinate representation of color #28465D: hue angle of 206.04º 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 #28465D is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 70 | 93 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.64 |
| HSL | 206.04º | 0.4% | 0.26% | - |
| HSV(B) | 206.04º | 0.57% | 0.36% | - |
| XYZ | 5.04 | 5.62 | 11.18 | - |
| YUV | 63.65 | 144.56 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 70 | 93 | 0.57 | 0.25 | 0 | 0.64 | 206.04 | 0.4 | 0.26 |
| Hex | 28 | 46 | 5D | 39 | 19 | 0 | 40 | CE | 28 | 1A |
| Octal | 50 | 106 | 135 | 71 | 31 | 0 | 100 | 316 | 50 | 32 |
| Binary | 101000 | 1000110 | 1011101 | 111001 | 11001 | 0 | 1000000 | 11001110 | 101000 | 11010 |
Color Harmonies of #28465D
Complementary color
Monochromatic Colors of #28465D
Black with #28465D
Text Example
Text Example
White with #28465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28465D; }
p { color: rgb(40,70,93); }
H1.HeaderClassName
{
color: #28465D;
}
.AnyTagClassName
{
color: #28465D;
}
</style>
background-color css
<style>
a { background-color: #28465D; }
a { background-color: rgb(40,70,93); }
div.DivClassName
{
background-color: #28465D;
}
.BgClassName
{
background-color: #28465D;
}
</style>
border-color css
<style>
span { border-color: #28465D; }
span { border-color: rgb(40,70,93); }
td.TdClassName
{
border-color: #28465D;
}
.TagClassName
{
border-color: #28465D;
}
</style>