#2E4556

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

Shades of Arapawa #2E4556

Tints of Arapawa #2E4556

Color information

#2E4556 (or 0x2E4556) is unknown color: approx Arapawa. HEX triplet: 2E, 45 and 56. RGB value is (46,69,86). Sum of RGB (Red+Green+Blue) = 46+69+86=201 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.89% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 86 - color contains mainly: blue. Hex color #2E4556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4556 is #D1BAA9. Grayscale: #3F3F3F. Windows color (decimal): -13744810 or 5653806. OLE color: 5653806.

HSL color Cylindrical-coordinate representation of color #2E4556: hue angle of 205.5º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2E4556 is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB466986-
CMYK0.470.2000.66
HSL205.5º30.3%25.88%-
HSV(B)205.5º46.51%33.73%-
XYZ4.935.519.61-
YUV64.06140.38115.12-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.89%
GREEN value IS 69 (27.34% from 255) = 34.33%
BLUE value IS 86 (33.98% from 255) = 42.79%
R=22.89%
G=34.33%
B=42.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4669860.470.2000.66205.530.325.88
Hex2E45562F14042ce1e1a
Octal56105126572401023163632
Binary101110100010110101101011111010001000010110011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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