#2E4C5D

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

Shades of Arapawa #2E4C5D

Tints of Arapawa #2E4C5D

Color information

#2E4C5D (or 0x2E4C5D) is unknown color: approx Arapawa. HEX triplet: 2E, 4C and 5D. RGB value is (46,76,93). Sum of RGB (Red+Green+Blue) = 46+76+93=215 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.40% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 93 - color contains mainly: blue. Hex color #2E4C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4C5D is #D1B3A2. Grayscale: #444444. Windows color (decimal): -13743011 or 6114350. OLE color: 6114350.

HSL color Cylindrical-coordinate representation of color #2E4C5D: hue angle of 201.7º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2E4C5D is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB467693-
CMYK0.510.1800.64
HSL201.7º33.81%27.25%-
HSV(B)201.7º50.54%36.47%-
XYZ5.696.5411.32-
YUV68.97141.56111.62-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.40%
GREEN value IS 76 (30.08% from 255) = 35.35%
BLUE value IS 93 (36.72% from 255) = 43.26%
R=21.40%
G=35.35%
B=43.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4676930.510.1800.64201.733.8127.25
Hex2E4C5D3312040ca221b
Octal56114135632201003124233
Binary1011101001100101110111001110010010000001100101010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,76,93); }

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

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

 a { background-color: rgb(46,76,93); }

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

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

 span { border-color: rgb(46,76,93); }

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