#2E4659

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

Shades of Arapawa #2E4659

Tints of Arapawa #2E4659

Color information

#2E4659 (or 0x2E4659) is unknown color: approx Arapawa. HEX triplet: 2E, 46 and 59. RGB value is (46,70,89). Sum of RGB (Red+Green+Blue) = 46+70+89=205 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.44% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 89 - color contains mainly: blue. Hex color #2E4659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4659 is #D1B9A6. Grayscale: #404040. Windows color (decimal): -13744551 or 5850670. OLE color: 5850670.

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

Color convert

RGB467089-
CMYK0.480.2100.65
HSL206.51º31.85%26.47%-
HSV(B)206.51º48.31%34.9%-
XYZ5.125.6810.28-
YUV64.99141.55114.46-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.44%
GREEN value IS 70 (27.73% from 255) = 34.15%
BLUE value IS 89 (35.16% from 255) = 43.41%
R=22.44%
G=34.15%
B=43.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4670890.480.2100.65206.5131.8526.47
Hex2E46593015041cf201a
Octal56106131602501013174032
Binary1011101000110101100111000010101010000011100111110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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