Shades of Arapawa #284A5E
Tints of Arapawa #284A5E
RGB
CMYK
RGB Variations
Color information
#284A5E (or 0x284A5E) is known color: Arapawa. HEX triplet: 28, 4A and 5E. RGB value is (40,74,94). Sum of RGB (Red+Green+Blue) = 40+74+94=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 94 - color contains mainly: blue. Hex color #284A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284A5E is #D7B5A1. Grayscale: #424242. Windows color (decimal): -14136738 or 6179368. OLE color: 6179368.
HSL color Cylindrical-coordinate representation of color #284A5E: hue angle of 202.22º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #284A5E is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 74 | 94 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.63 |
| HSL | 202.22º | 0.4% | 0.26% | - |
| HSV(B) | 202.22º | 0.57% | 0.37% | - |
| XYZ | 5.34 | 6.16 | 11.5 | - |
| YUV | 66.11 | 143.74 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 74 | 94 | 0.57 | 0.21 | 0 | 0.63 | 202.22 | 0.4 | 0.26 |
| Hex | 28 | 4A | 5E | 39 | 15 | 0 | 3F | CA | 28 | 1A |
| Octal | 50 | 112 | 136 | 71 | 25 | 0 | 77 | 312 | 50 | 32 |
| Binary | 101000 | 1001010 | 1011110 | 111001 | 10101 | 0 | 111111 | 11001010 | 101000 | 11010 |
Color Harmonies of #284A5E
Complementary color
Monochromatic Colors of #284A5E
Black with #284A5E
Text Example
Text Example
White with #284A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284A5E; }
p { color: rgb(40,74,94); }
H1.HeaderClassName
{
color: #284A5E;
}
.AnyTagClassName
{
color: #284A5E;
}
</style>
background-color css
<style>
a { background-color: #284A5E; }
a { background-color: rgb(40,74,94); }
div.DivClassName
{
background-color: #284A5E;
}
.BgClassName
{
background-color: #284A5E;
}
</style>
border-color css
<style>
span { border-color: #284A5E; }
span { border-color: rgb(40,74,94); }
td.TdClassName
{
border-color: #284A5E;
}
.TagClassName
{
border-color: #284A5E;
}
</style>