Shades of Arapawa #284C6A
Tints of Arapawa #284C6A
RGB
CMYK
RGB Variations
Color information
#284C6A (or 0x284C6A) is known color: Arapawa. HEX triplet: 28, 4C and 6A. RGB value is (40,76,106). Sum of RGB (Red+Green+Blue) = 40+76+106=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 106 (41.80% from 255 or 47.75% from 222); Max value from RGB is 106 - color contains mainly: blue. Hex color #284C6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284C6A is #D7B395. Grayscale: #444444. Windows color (decimal): -14136214 or 6966312. OLE color: 6966312.
HSL color Cylindrical-coordinate representation of color #284C6A: hue angle of 207.27º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #284C6A is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 76 | 106 | - |
| CMYK | 0.62 | 0.28 | 0 | 0.58 |
| HSL | 207.27º | 0.45% | 0.29% | - |
| HSV(B) | 207.27º | 0.62% | 0.42% | - |
| XYZ | 6.06 | 6.66 | 14.6 | - |
| YUV | 68.66 | 149.07 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 76 | 106 | 0.62 | 0.28 | 0 | 0.58 | 207.27 | 0.45 | 0.29 |
| Hex | 28 | 4C | 6A | 3E | 1C | 0 | 3A | CF | 2D | 1D |
| Octal | 50 | 114 | 152 | 76 | 34 | 0 | 72 | 317 | 55 | 35 |
| Binary | 101000 | 1001100 | 1101010 | 111110 | 11100 | 0 | 111010 | 11001111 | 101101 | 11101 |
Color Harmonies of #284C6A
Complementary color
Monochromatic Colors of #284C6A
Black with #284C6A
Text Example
Text Example
White with #284C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284C6A; }
p { color: rgb(40,76,106); }
H1.HeaderClassName
{
color: #284C6A;
}
.AnyTagClassName
{
color: #284C6A;
}
</style>
background-color css
<style>
a { background-color: #284C6A; }
a { background-color: rgb(40,76,106); }
div.DivClassName
{
background-color: #284C6A;
}
.BgClassName
{
background-color: #284C6A;
}
</style>
border-color css
<style>
span { border-color: #284C6A; }
span { border-color: rgb(40,76,106); }
td.TdClassName
{
border-color: #284C6A;
}
.TagClassName
{
border-color: #284C6A;
}
</style>