Shades of Arapawa #284A5B
Tints of Arapawa #284A5B
RGB
CMYK
RGB Variations
Color information
#284A5B (or 0x284A5B) is known color: Arapawa. HEX triplet: 28, 4A and 5B. RGB value is (40,74,91). Sum of RGB (Red+Green+Blue) = 40+74+91=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 91 - color contains mainly: blue. Hex color #284A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284A5B is #D7B5A4. Grayscale: #414141. Windows color (decimal): -14136741 or 5982760. OLE color: 5982760.
HSL color Cylindrical-coordinate representation of color #284A5B: hue angle of 200º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #284A5B is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 74 | 91 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.64 |
| HSL | 200º | 0.39% | 0.26% | - |
| HSV(B) | 200º | 0.56% | 0.36% | - |
| XYZ | 5.21 | 6.1 | 10.8 | - |
| YUV | 65.77 | 142.24 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 74 | 91 | 0.56 | 0.19 | 0 | 0.64 | 200 | 0.39 | 0.26 |
| Hex | 28 | 4A | 5B | 38 | 13 | 0 | 40 | C8 | 27 | 1A |
| Octal | 50 | 112 | 133 | 70 | 23 | 0 | 100 | 310 | 47 | 32 |
| Binary | 101000 | 1001010 | 1011011 | 111000 | 10011 | 0 | 1000000 | 11001000 | 100111 | 11010 |
Color Harmonies of #284A5B
Complementary color
Monochromatic Colors of #284A5B
Black with #284A5B
Text Example
Text Example
White with #284A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284A5B; }
p { color: rgb(40,74,91); }
H1.HeaderClassName
{
color: #284A5B;
}
.AnyTagClassName
{
color: #284A5B;
}
</style>
background-color css
<style>
a { background-color: #284A5B; }
a { background-color: rgb(40,74,91); }
div.DivClassName
{
background-color: #284A5B;
}
.BgClassName
{
background-color: #284A5B;
}
</style>
border-color css
<style>
span { border-color: #284A5B; }
span { border-color: rgb(40,74,91); }
td.TdClassName
{
border-color: #284A5B;
}
.TagClassName
{
border-color: #284A5B;
}
</style>