#2E4859

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

Shades of Arapawa #2E4859

Tints of Arapawa #2E4859

Color information

#2E4859 (or 0x2E4859) is unknown color: approx Arapawa. HEX triplet: 2E, 48 and 59. RGB value is (46,72,89). Sum of RGB (Red+Green+Blue) = 46+72+89=207 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.22% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 89 - color contains mainly: blue. Hex color #2E4859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4859 is #D1B7A6. Grayscale: #424242. Windows color (decimal): -13744039 or 5851182. OLE color: 5851182.

HSL color Cylindrical-coordinate representation of color #2E4859: hue angle of 203.72º 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 #2E4859 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB467289-
CMYK0.480.1900.65
HSL203.72º31.85%26.47%-
HSV(B)203.72º48.31%34.9%-
XYZ5.255.9410.32-
YUV66.16140.89113.62-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.22%
GREEN value IS 72 (28.52% from 255) = 34.78%
BLUE value IS 89 (35.16% from 255) = 43.00%
R=22.22%
G=34.78%
B=43.00%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4672890.480.1900.65203.7231.8526.47
Hex2E48593013041cc201a
Octal56110131602301013144032
Binary1011101001000101100111000010011010000011100110010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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