#2E5361

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

Shades of Arapawa #2E5361

Tints of Arapawa #2E5361

Color information

#2E5361 (or 0x2E5361) is unknown color: approx Arapawa. HEX triplet: 2E, 53 and 61. RGB value is (46,83,97). Sum of RGB (Red+Green+Blue) = 46+83+97=226 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.35% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 97 - color contains mainly: blue. Hex color #2E5361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5361 is #D1AC9E. Grayscale: #494949. Windows color (decimal): -13741215 or 6378286. OLE color: 6378286.

HSL color Cylindrical-coordinate representation of color #2E5361: hue angle of 196.47º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E5361 is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB468397-
CMYK0.530.1400.62
HSL196.47º35.66%28.04%-
HSV(B)196.47º52.58%38.04%-
XYZ6.387.6312.45-
YUV73.53141.24108.36-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.35%
GREEN value IS 83 (32.81% from 255) = 36.73%
BLUE value IS 97 (38.28% from 255) = 42.92%
R=20.35%
G=36.73%
B=42.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4683970.530.1400.62196.4735.6628.04
Hex2E536135E03Ec4241c
Octal5612314165160763044434
Binary10111010100111100001110101111001111101100010010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,83,97); }

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

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

 a { background-color: rgb(46,83,97); }

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

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

 span { border-color: rgb(46,83,97); }

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