Shades of Arapawa #284B5A
Tints of Arapawa #284B5A
RGB
CMYK
RGB Variations
Color information
#284B5A (or 0x284B5A) is known color: Arapawa. HEX triplet: 28, 4B and 5A. RGB value is (40,75,90). Sum of RGB (Red+Green+Blue) = 40+75+90=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 90 - color contains mainly: blue. Hex color #284B5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284B5A is #D7B4A5. Grayscale: #424242. Windows color (decimal): -14136486 or 5917480. OLE color: 5917480.
HSL color Cylindrical-coordinate representation of color #284B5A: hue angle of 198º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #284B5A is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 75 | 90 | - |
| CMYK | 0.56 | 0.17 | 0 | 0.65 |
| HSL | 198º | 0.38% | 0.25% | - |
| HSV(B) | 198º | 0.56% | 0.35% | - |
| XYZ | 5.24 | 6.22 | 10.6 | - |
| YUV | 66.25 | 141.4 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 75 | 90 | 0.56 | 0.17 | 0 | 0.65 | 198 | 0.38 | 0.25 |
| Hex | 28 | 4B | 5A | 38 | 11 | 0 | 41 | C6 | 26 | 19 |
| Octal | 50 | 113 | 132 | 70 | 21 | 0 | 101 | 306 | 46 | 31 |
| Binary | 101000 | 1001011 | 1011010 | 111000 | 10001 | 0 | 1000001 | 11000110 | 100110 | 11001 |
Color Harmonies of #284B5A
Complementary color
Monochromatic Colors of #284B5A
Black with #284B5A
Text Example
Text Example
White with #284B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284B5A; }
p { color: rgb(40,75,90); }
H1.HeaderClassName
{
color: #284B5A;
}
.AnyTagClassName
{
color: #284B5A;
}
</style>
background-color css
<style>
a { background-color: #284B5A; }
a { background-color: rgb(40,75,90); }
div.DivClassName
{
background-color: #284B5A;
}
.BgClassName
{
background-color: #284B5A;
}
</style>
border-color css
<style>
span { border-color: #284B5A; }
span { border-color: rgb(40,75,90); }
td.TdClassName
{
border-color: #284B5A;
}
.TagClassName
{
border-color: #284B5A;
}
</style>