Shades of Arapawa #284E69
Tints of Arapawa #284E69
RGB
CMYK
RGB Variations
Color information
#284E69 (or 0x284E69) is known color: Arapawa. HEX triplet: 28, 4E and 69. RGB value is (40,78,105). Sum of RGB (Red+Green+Blue) = 40+78+105=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 105 - color contains mainly: blue. Hex color #284E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284E69 is #D7B196. Grayscale: #454545. Windows color (decimal): -14135703 or 6901288. OLE color: 6901288.
HSL color Cylindrical-coordinate representation of color #284E69: hue angle of 204.92º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #284E69 is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 40 | 78 | 105 | - |
| CMYK | 0.62 | 0.26 | 0 | 0.59 |
| HSL | 204.92º | 0.45% | 0.28% | - |
| HSV(B) | 204.92º | 0.62% | 0.41% | - |
| XYZ | 6.15 | 6.92 | 14.38 | - |
| YUV | 69.72 | 147.91 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 78 | 105 | 0.62 | 0.26 | 0 | 0.59 | 204.92 | 0.45 | 0.28 |
| Hex | 28 | 4E | 69 | 3E | 1A | 0 | 3B | CD | 2D | 1C |
| Octal | 50 | 116 | 151 | 76 | 32 | 0 | 73 | 315 | 55 | 34 |
| Binary | 101000 | 1001110 | 1101001 | 111110 | 11010 | 0 | 111011 | 11001101 | 101101 | 11100 |
Color Harmonies of #284E69
Complementary color
Monochromatic Colors of #284E69
Black with #284E69
Text Example
Text Example
White with #284E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284E69; }
p { color: rgb(40,78,105); }
H1.HeaderClassName
{
color: #284E69;
}
.AnyTagClassName
{
color: #284E69;
}
</style>
background-color css
<style>
a { background-color: #284E69; }
a { background-color: rgb(40,78,105); }
div.DivClassName
{
background-color: #284E69;
}
.BgClassName
{
background-color: #284E69;
}
</style>
border-color css
<style>
span { border-color: #284E69; }
span { border-color: rgb(40,78,105); }
td.TdClassName
{
border-color: #284E69;
}
.TagClassName
{
border-color: #284E69;
}
</style>