Shades of Arapawa #284A68
Tints of Arapawa #284A68
RGB
CMYK
RGB Variations
Color information
#284A68 (or 0x284A68) is known color: Arapawa. HEX triplet: 28, 4A and 68. RGB value is (40,74,104). Sum of RGB (Red+Green+Blue) = 40+74+104=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #284A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284A68 is #D7B597. Grayscale: #434343. Windows color (decimal): -14136728 or 6834728. OLE color: 6834728.
HSL color Cylindrical-coordinate representation of color #284A68: hue angle of 208.12º degrees, saturation: 0.44, 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 #284A68 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 40 | 74 | 104 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.59 |
| HSL | 208.13º | 0.44% | 0.28% | - |
| HSV(B) | 208.13º | 0.62% | 0.41% | - |
| XYZ | 5.82 | 6.35 | 14.02 | - |
| YUV | 67.25 | 148.74 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 74 | 104 | 0.62 | 0.29 | 0 | 0.59 | 208.13 | 0.44 | 0.28 |
| Hex | 28 | 4A | 68 | 3E | 1D | 0 | 3B | D0 | 2C | 1C |
| Octal | 50 | 112 | 150 | 76 | 35 | 0 | 73 | 320 | 54 | 34 |
| Binary | 101000 | 1001010 | 1101000 | 111110 | 11101 | 0 | 111011 | 11010000 | 101100 | 11100 |
Color Harmonies of #284A68
Complementary color
Monochromatic Colors of #284A68
Black with #284A68
Text Example
Text Example
White with #284A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284A68; }
p { color: rgb(40,74,104); }
H1.HeaderClassName
{
color: #284A68;
}
.AnyTagClassName
{
color: #284A68;
}
</style>
background-color css
<style>
a { background-color: #284A68; }
a { background-color: rgb(40,74,104); }
div.DivClassName
{
background-color: #284A68;
}
.BgClassName
{
background-color: #284A68;
}
</style>
border-color css
<style>
span { border-color: #284A68; }
span { border-color: rgb(40,74,104); }
td.TdClassName
{
border-color: #284A68;
}
.TagClassName
{
border-color: #284A68;
}
</style>