#2E4960

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

Shades of Arapawa #2E4960

Tints of Arapawa #2E4960

Color information

#2E4960 (or 0x2E4960) is unknown color: approx Arapawa. HEX triplet: 2E, 49 and 60. RGB value is (46,73,96). Sum of RGB (Red+Green+Blue) = 46+73+96=215 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.40% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 96 - color contains mainly: blue. Hex color #2E4960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4960 is #D1B69F. Grayscale: #434343. Windows color (decimal): -13743776 or 6310190. OLE color: 6310190.

HSL color Cylindrical-coordinate representation of color #2E4960: hue angle of 207.6º 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 #2E4960 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB467396-
CMYK0.520.2400.62
HSL207.6º35.21%27.84%-
HSV(B)207.6º52.08%37.65%-
XYZ5.626.1911.96-
YUV67.55144.05112.63-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.40%
GREEN value IS 73 (28.91% from 255) = 33.95%
BLUE value IS 96 (37.89% from 255) = 44.65%
R=21.40%
G=33.95%
B=44.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4673960.520.2400.62207.635.2127.84
Hex2E4960341803Ed0231c
Octal5611114064300763204334
Binary101110100100111000001101001100001111101101000010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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