Shades of Arapawa #2E505C
Tints of Arapawa #2E505C
RGB
CMYK
RGB Variations
Color information
#2E505C (or 0x2E505C) is known color: Arapawa. HEX triplet: 2E, 50 and 5C. RGB value is (46,80,92). Sum of RGB (Red+Green+Blue) = 46+80+92=218 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.10% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 92 - color contains mainly: blue. Hex color #2E505C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E505C is #D1AFA3. Grayscale: #474747. Windows color (decimal): -13741988 or 6049838. OLE color: 6049838.
HSL color Cylindrical-coordinate representation of color #2E505C: hue angle of 195.65º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2E505C is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 80 | 92 | - |
| CMYK | 0.50 | 0.13 | 0 | 0.64 |
| HSL | 195.65º | 0.33% | 0.27% | - |
| HSV(B) | 195.65º | 0.5% | 0.36% | - |
| XYZ | 5.93 | 7.09 | 11.18 | - |
| YUV | 71.2 | 139.74 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 80 | 92 | 0.50 | 0.13 | 0 | 0.64 | 195.65 | 0.33 | 0.27 |
| Hex | 2E | 50 | 5C | 32 | D | 0 | 40 | C4 | 21 | 1B |
| Octal | 56 | 120 | 134 | 62 | 15 | 0 | 100 | 304 | 41 | 33 |
| Binary | 101110 | 1010000 | 1011100 | 110010 | 1101 | 0 | 1000000 | 11000100 | 100001 | 11011 |
Color Harmonies of #2E505C
Complementary color
Monochromatic Colors of #2E505C
Black with #2E505C
Text Example
Text Example
White with #2E505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E505C; }
p { color: rgb(46,80,92); }
H1.HeaderClassName
{
color: #2E505C;
}
.AnyTagClassName
{
color: #2E505C;
}
</style>
background-color css
<style>
a { background-color: #2E505C; }
a { background-color: rgb(46,80,92); }
div.DivClassName
{
background-color: #2E505C;
}
.BgClassName
{
background-color: #2E505C;
}
</style>
border-color css
<style>
span { border-color: #2E505C; }
span { border-color: rgb(46,80,92); }
td.TdClassName
{
border-color: #2E505C;
}
.TagClassName
{
border-color: #2E505C;
}
</style>