Shades of Arapawa #284C6B
Tints of Arapawa #284C6B
RGB
CMYK
RGB Variations
Color information
#284C6B (or 0x284C6B) is known color: Arapawa. HEX triplet: 28, 4C and 6B. RGB value is (40,76,107). Sum of RGB (Red+Green+Blue) = 40+76+107=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 107 - color contains mainly: blue. Hex color #284C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284C6B is #D7B394. Grayscale: #444444. Windows color (decimal): -14136213 or 7031848. OLE color: 7031848.
HSL color Cylindrical-coordinate representation of color #284C6B: hue angle of 207.76º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #284C6B is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 76 | 107 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.58 |
| HSL | 207.76º | 0.46% | 0.29% | - |
| HSV(B) | 207.76º | 0.63% | 0.42% | - |
| XYZ | 6.11 | 6.68 | 14.88 | - |
| YUV | 68.77 | 149.57 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 76 | 107 | 0.63 | 0.29 | 0 | 0.58 | 207.76 | 0.46 | 0.29 |
| Hex | 28 | 4C | 6B | 3F | 1D | 0 | 3A | D0 | 2E | 1D |
| Octal | 50 | 114 | 153 | 77 | 35 | 0 | 72 | 320 | 56 | 35 |
| Binary | 101000 | 1001100 | 1101011 | 111111 | 11101 | 0 | 111010 | 11010000 | 101110 | 11101 |
Color Harmonies of #284C6B
Complementary color
Monochromatic Colors of #284C6B
Black with #284C6B
Text Example
Text Example
White with #284C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284C6B; }
p { color: rgb(40,76,107); }
H1.HeaderClassName
{
color: #284C6B;
}
.AnyTagClassName
{
color: #284C6B;
}
</style>
background-color css
<style>
a { background-color: #284C6B; }
a { background-color: rgb(40,76,107); }
div.DivClassName
{
background-color: #284C6B;
}
.BgClassName
{
background-color: #284C6B;
}
</style>
border-color css
<style>
span { border-color: #284C6B; }
span { border-color: rgb(40,76,107); }
td.TdClassName
{
border-color: #284C6B;
}
.TagClassName
{
border-color: #284C6B;
}
</style>