#2E5560

Color #2E5560 Arapawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arapawa #2E5560

Tints of Arapawa #2E5560

Color information

#2E5560 (or 0x2E5560) is unknown color: approx Arapawa. HEX triplet: 2E, 55 and 60. RGB value is (46,85,96). Sum of RGB (Red+Green+Blue) = 46+85+96=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 96 - color contains mainly: blue. Hex color #2E5560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5560 is #D1AA9F. Grayscale: #4A4A4A. Windows color (decimal): -13740704 or 6313262. OLE color: 6313262.

HSL color Cylindrical-coordinate representation of color #2E5560: hue angle of 193.2º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E5560 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB468596-
CMYK0.520.1100.62
HSL193.2º35.21%27.84%-
HSV(B)193.2º52.08%37.65%-
XYZ6.497.9212.25-
YUV74.59140.08107.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 20.26%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 96 (37.89% from 255) = 42.29%
R=20.26%
G=37.44%
B=42.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4685960.520.1100.62193.235.2127.84
Hex2E556034B03Ec1231c
Octal5612514064130763014334
Binary10111010101011100000110100101101111101100000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E5560; }

 p { color: rgb(46,85,96); }

 H1.HeaderClassName
 {
   color: #2E5560;
 }
 .AnyTagClassName
 {
   color: #2E5560;
 }
</style>
background-color css

<style>
 a { background-color: #2E5560; }

 a { background-color: rgb(46,85,96); }

 div.DivClassName
 {
   background-color: #2E5560;
 }
 .BgClassName
 {
   background-color: #2E5560;
 }
</style>
border-color css

<style>
 span { border-color: #2E5560; }

 span { border-color: rgb(46,85,96); }

 td.TdClassName
 {
   border-color: #2E5560;
 }
 .TagClassName
 {
   border-color: #2E5560;
 }
</style>