Shades of Arapawa #284E66
Tints of Arapawa #284E66
RGB
CMYK
RGB Variations
Color information
#284E66 (or 0x284E66) is known color: Arapawa. HEX triplet: 28, 4E and 66. RGB value is (40,78,102). Sum of RGB (Red+Green+Blue) = 40+78+102=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 102 - color contains mainly: blue. Hex color #284E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284E66 is #D7B199. Grayscale: #454545. Windows color (decimal): -14135706 or 6704680. OLE color: 6704680.
HSL color Cylindrical-coordinate representation of color #284E66: hue angle of 203.23º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #284E66 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 40 | 78 | 102 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.6 |
| HSL | 203.23º | 0.44% | 0.28% | - |
| HSV(B) | 203.23º | 0.61% | 0.4% | - |
| XYZ | 6 | 6.86 | 13.58 | - |
| YUV | 69.37 | 146.41 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 78 | 102 | 0.61 | 0.24 | 0 | 0.6 | 203.23 | 0.44 | 0.28 |
| Hex | 28 | 4E | 66 | 3D | 18 | 0 | 3C | CB | 2C | 1C |
| Octal | 50 | 116 | 146 | 75 | 30 | 0 | 74 | 313 | 54 | 34 |
| Binary | 101000 | 1001110 | 1100110 | 111101 | 11000 | 0 | 111100 | 11001011 | 101100 | 11100 |
Color Harmonies of #284E66
Complementary color
Monochromatic Colors of #284E66
Black with #284E66
Text Example
Text Example
White with #284E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284E66; }
p { color: rgb(40,78,102); }
H1.HeaderClassName
{
color: #284E66;
}
.AnyTagClassName
{
color: #284E66;
}
</style>
background-color css
<style>
a { background-color: #284E66; }
a { background-color: rgb(40,78,102); }
div.DivClassName
{
background-color: #284E66;
}
.BgClassName
{
background-color: #284E66;
}
</style>
border-color css
<style>
span { border-color: #284E66; }
span { border-color: rgb(40,78,102); }
td.TdClassName
{
border-color: #284E66;
}
.TagClassName
{
border-color: #284E66;
}
</style>