Shades of Arapawa #28496B
Tints of Arapawa #28496B
RGB
CMYK
RGB Variations
Color information
#28496B (or 0x28496B) is known color: Arapawa. HEX triplet: 28, 49 and 6B. RGB value is (40,73,107). Sum of RGB (Red+Green+Blue) = 40+73+107=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 107 (42.19% from 255 or 48.64% from 220); Max value from RGB is 107 - color contains mainly: blue. Hex color #28496B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28496B is #D7B694. Grayscale: #424242. Windows color (decimal): -14136981 or 7031080. OLE color: 7031080.
HSL color Cylindrical-coordinate representation of color #28496B: hue angle of 210.45º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28496B is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 73 | 107 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.58 |
| HSL | 210.45º | 0.46% | 0.29% | - |
| HSV(B) | 210.45º | 0.63% | 0.42% | - |
| XYZ | 5.91 | 6.28 | 14.81 | - |
| YUV | 67.01 | 150.57 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 73 | 107 | 0.63 | 0.32 | 0 | 0.58 | 210.45 | 0.46 | 0.29 |
| Hex | 28 | 49 | 6B | 3F | 20 | 0 | 3A | D2 | 2E | 1D |
| Octal | 50 | 111 | 153 | 77 | 40 | 0 | 72 | 322 | 56 | 35 |
| Binary | 101000 | 1001001 | 1101011 | 111111 | 100000 | 0 | 111010 | 11010010 | 101110 | 11101 |
Color Harmonies of #28496B
Complementary color
Monochromatic Colors of #28496B
Black with #28496B
Text Example
Text Example
White with #28496B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28496B; }
p { color: rgb(40,73,107); }
H1.HeaderClassName
{
color: #28496B;
}
.AnyTagClassName
{
color: #28496B;
}
</style>
background-color css
<style>
a { background-color: #28496B; }
a { background-color: rgb(40,73,107); }
div.DivClassName
{
background-color: #28496B;
}
.BgClassName
{
background-color: #28496B;
}
</style>
border-color css
<style>
span { border-color: #28496B; }
span { border-color: rgb(40,73,107); }
td.TdClassName
{
border-color: #28496B;
}
.TagClassName
{
border-color: #28496B;
}
</style>