Shades of Arapawa #284B5D
Tints of Arapawa #284B5D
RGB
CMYK
RGB Variations
Color information
#284B5D (or 0x284B5D) is known color: Arapawa. HEX triplet: 28, 4B and 5D. RGB value is (40,75,93). Sum of RGB (Red+Green+Blue) = 40+75+93=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #284B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284B5D is #D7B4A2. Grayscale: #424242. Windows color (decimal): -14136483 or 6114088. OLE color: 6114088.
HSL color Cylindrical-coordinate representation of color #284B5D: hue angle of 200.38º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #284B5D is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 75 | 93 | - |
| CMYK | 0.57 | 0.19 | 0 | 0.64 |
| HSL | 200.38º | 0.4% | 0.26% | - |
| HSV(B) | 200.38º | 0.57% | 0.36% | - |
| XYZ | 5.37 | 6.27 | 11.28 | - |
| YUV | 66.59 | 142.9 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 75 | 93 | 0.57 | 0.19 | 0 | 0.64 | 200.38 | 0.4 | 0.26 |
| Hex | 28 | 4B | 5D | 39 | 13 | 0 | 40 | C8 | 28 | 1A |
| Octal | 50 | 113 | 135 | 71 | 23 | 0 | 100 | 310 | 50 | 32 |
| Binary | 101000 | 1001011 | 1011101 | 111001 | 10011 | 0 | 1000000 | 11001000 | 101000 | 11010 |
Color Harmonies of #284B5D
Complementary color
Monochromatic Colors of #284B5D
Black with #284B5D
Text Example
Text Example
White with #284B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284B5D; }
p { color: rgb(40,75,93); }
H1.HeaderClassName
{
color: #284B5D;
}
.AnyTagClassName
{
color: #284B5D;
}
</style>
background-color css
<style>
a { background-color: #284B5D; }
a { background-color: rgb(40,75,93); }
div.DivClassName
{
background-color: #284B5D;
}
.BgClassName
{
background-color: #284B5D;
}
</style>
border-color css
<style>
span { border-color: #284B5D; }
span { border-color: rgb(40,75,93); }
td.TdClassName
{
border-color: #284B5D;
}
.TagClassName
{
border-color: #284B5D;
}
</style>