#2E5163

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

Shades of Arapawa #2E5163

Tints of Arapawa #2E5163

Color information

#2E5163 (or 0x2E5163) is unknown color: approx Arapawa. HEX triplet: 2E, 51 and 63. RGB value is (46,81,99). Sum of RGB (Red+Green+Blue) = 46+81+99=226 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.35% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 99 - color contains mainly: blue. Hex color #2E5163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5163 is #D1AE9C. Grayscale: #484848. Windows color (decimal): -13741725 or 6508846. OLE color: 6508846.

HSL color Cylindrical-coordinate representation of color #2E5163: hue angle of 200.38º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E5163 is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB468199-
CMYK0.540.1800.61
HSL200.38º36.55%28.43%-
HSV(B)200.38º53.54%38.82%-
XYZ6.327.3712.89-
YUV72.59142.9109.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.35%
GREEN value IS 81 (32.03% from 255) = 35.84%
BLUE value IS 99 (39.06% from 255) = 43.81%
R=20.35%
G=35.84%
B=43.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4681990.540.1800.61200.3836.5528.43
Hex2E5163361203Dc8251c
Octal5612114366220753104534
Binary101110101000111000111101101001001111011100100010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,81,99); }

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

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

 a { background-color: rgb(46,81,99); }

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

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

 span { border-color: rgb(46,81,99); }

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