Shades of Arapawa #284E5C
Tints of Arapawa #284E5C
RGB
CMYK
RGB Variations
Color information
#284E5C (or 0x284E5C) is known color: Arapawa. HEX triplet: 28, 4E and 5C. RGB value is (40,78,92). Sum of RGB (Red+Green+Blue) = 40+78+92=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 92 - color contains mainly: blue. Hex color #284E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284E5C is #D7B1A3. Grayscale: #444444. Windows color (decimal): -14135716 or 6049320. OLE color: 6049320.
HSL color Cylindrical-coordinate representation of color #284E5C: hue angle of 196.15º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #284E5C is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 78 | 92 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.64 |
| HSL | 196.15º | 0.39% | 0.26% | - |
| HSV(B) | 196.15º | 0.57% | 0.36% | - |
| XYZ | 5.53 | 6.67 | 11.12 | - |
| YUV | 68.23 | 141.41 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 78 | 92 | 0.57 | 0.15 | 0 | 0.64 | 196.15 | 0.39 | 0.26 |
| Hex | 28 | 4E | 5C | 39 | F | 0 | 40 | C4 | 27 | 1A |
| Octal | 50 | 116 | 134 | 71 | 17 | 0 | 100 | 304 | 47 | 32 |
| Binary | 101000 | 1001110 | 1011100 | 111001 | 1111 | 0 | 1000000 | 11000100 | 100111 | 11010 |
Color Harmonies of #284E5C
Complementary color
Monochromatic Colors of #284E5C
Black with #284E5C
Text Example
Text Example
White with #284E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284E5C; }
p { color: rgb(40,78,92); }
H1.HeaderClassName
{
color: #284E5C;
}
.AnyTagClassName
{
color: #284E5C;
}
</style>
background-color css
<style>
a { background-color: #284E5C; }
a { background-color: rgb(40,78,92); }
div.DivClassName
{
background-color: #284E5C;
}
.BgClassName
{
background-color: #284E5C;
}
</style>
border-color css
<style>
span { border-color: #284E5C; }
span { border-color: rgb(40,78,92); }
td.TdClassName
{
border-color: #284E5C;
}
.TagClassName
{
border-color: #284E5C;
}
</style>