Shades of Arapawa #284C5D
Tints of Arapawa #284C5D
RGB
CMYK
RGB Variations
Color information
#284C5D (or 0x284C5D) is known color: Arapawa. HEX triplet: 28, 4C and 5D. RGB value is (40,76,93). Sum of RGB (Red+Green+Blue) = 40+76+93=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 93 - color contains mainly: blue. Hex color #284C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284C5D is #D7B3A2. Grayscale: #434343. Windows color (decimal): -14136227 or 6114344. OLE color: 6114344.
HSL color Cylindrical-coordinate representation of color #284C5D: hue angle of 199.25º 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 #284C5D is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 76 | 93 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.64 |
| HSL | 199.25º | 0.4% | 0.26% | - |
| HSV(B) | 199.25º | 0.57% | 0.36% | - |
| XYZ | 5.44 | 6.41 | 11.31 | - |
| YUV | 67.17 | 142.57 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 76 | 93 | 0.57 | 0.18 | 0 | 0.64 | 199.25 | 0.4 | 0.26 |
| Hex | 28 | 4C | 5D | 39 | 12 | 0 | 40 | C7 | 28 | 1A |
| Octal | 50 | 114 | 135 | 71 | 22 | 0 | 100 | 307 | 50 | 32 |
| Binary | 101000 | 1001100 | 1011101 | 111001 | 10010 | 0 | 1000000 | 11000111 | 101000 | 11010 |
Color Harmonies of #284C5D
Complementary color
Monochromatic Colors of #284C5D
Black with #284C5D
Text Example
Text Example
White with #284C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284C5D; }
p { color: rgb(40,76,93); }
H1.HeaderClassName
{
color: #284C5D;
}
.AnyTagClassName
{
color: #284C5D;
}
</style>
background-color css
<style>
a { background-color: #284C5D; }
a { background-color: rgb(40,76,93); }
div.DivClassName
{
background-color: #284C5D;
}
.BgClassName
{
background-color: #284C5D;
}
</style>
border-color css
<style>
span { border-color: #284C5D; }
span { border-color: rgb(40,76,93); }
td.TdClassName
{
border-color: #284C5D;
}
.TagClassName
{
border-color: #284C5D;
}
</style>