#2E4559

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

Shades of Arapawa #2E4559

Tints of Arapawa #2E4559

Color information

#2E4559 (or 0x2E4559) is unknown color: approx Arapawa. HEX triplet: 2E, 45 and 59. RGB value is (46,69,89). Sum of RGB (Red+Green+Blue) = 46+69+89=204 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.55% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 89 - color contains mainly: blue. Hex color #2E4559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4559 is #D1BAA6. Grayscale: #404040. Windows color (decimal): -13744807 or 5850414. OLE color: 5850414.

HSL color Cylindrical-coordinate representation of color #2E4559: hue angle of 207.91º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E4559 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB466989-
CMYK0.480.2200.65
HSL207.91º31.85%26.47%-
HSV(B)207.91º48.31%34.9%-
XYZ5.065.5610.26-
YUV64.4141.88114.87-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.55%
GREEN value IS 69 (27.34% from 255) = 33.82%
BLUE value IS 89 (35.16% from 255) = 43.63%
R=22.55%
G=33.82%
B=43.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4669890.480.2200.65207.9131.8526.47
Hex2E45593016041d0201a
Octal56105131602601013204032
Binary1011101000101101100111000010110010000011101000010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,69,89); }

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

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

 a { background-color: rgb(46,69,89); }

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

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

 span { border-color: rgb(46,69,89); }

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