Shades of Arapawa #28496A
Tints of Arapawa #28496A
RGB
CMYK
RGB Variations
Color information
#28496A (or 0x28496A) is known color: Arapawa. HEX triplet: 28, 49 and 6A. RGB value is (40,73,106). Sum of RGB (Red+Green+Blue) = 40+73+106=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 106 (41.80% from 255 or 48.40% from 219); Max value from RGB is 106 - color contains mainly: blue. Hex color #28496A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28496A is #D7B695. Grayscale: #424242. Windows color (decimal): -14136982 or 6965544. OLE color: 6965544.
HSL color Cylindrical-coordinate representation of color #28496A: hue angle of 210º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #28496A is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 73 | 106 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.58 |
| HSL | 210º | 0.45% | 0.29% | - |
| HSV(B) | 210º | 0.62% | 0.42% | - |
| XYZ | 5.86 | 6.26 | 14.53 | - |
| YUV | 66.9 | 150.07 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 73 | 106 | 0.62 | 0.31 | 0 | 0.58 | 210 | 0.45 | 0.29 |
| Hex | 28 | 49 | 6A | 3E | 1F | 0 | 3A | D2 | 2D | 1D |
| Octal | 50 | 111 | 152 | 76 | 37 | 0 | 72 | 322 | 55 | 35 |
| Binary | 101000 | 1001001 | 1101010 | 111110 | 11111 | 0 | 111010 | 11010010 | 101101 | 11101 |
Color Harmonies of #28496A
Complementary color
Monochromatic Colors of #28496A
Black with #28496A
Text Example
Text Example
White with #28496A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28496A; }
p { color: rgb(40,73,106); }
H1.HeaderClassName
{
color: #28496A;
}
.AnyTagClassName
{
color: #28496A;
}
</style>
background-color css
<style>
a { background-color: #28496A; }
a { background-color: rgb(40,73,106); }
div.DivClassName
{
background-color: #28496A;
}
.BgClassName
{
background-color: #28496A;
}
</style>
border-color css
<style>
span { border-color: #28496A; }
span { border-color: rgb(40,73,106); }
td.TdClassName
{
border-color: #28496A;
}
.TagClassName
{
border-color: #28496A;
}
</style>