#2E535E

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

Shades of Arapawa #2E535E

Tints of Arapawa #2E535E

Color information

#2E535E (or 0x2E535E) is unknown color: approx Arapawa. HEX triplet: 2E, 53 and 5E. RGB value is (46,83,94). Sum of RGB (Red+Green+Blue) = 46+83+94=223 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.63% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 94 - color contains mainly: blue. Hex color #2E535E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E535E is #D1ACA1. Grayscale: #494949. Windows color (decimal): -13741218 or 6181678. OLE color: 6181678.

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

Color convert

RGB468394-
CMYK0.510.1200.63
HSL193.75º34.29%27.45%-
HSV(B)193.75º51.06%36.86%-
XYZ6.247.5811.72-
YUV73.19139.74108.61-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.63%
GREEN value IS 83 (32.81% from 255) = 37.22%
BLUE value IS 94 (37.11% from 255) = 42.15%
R=20.63%
G=37.22%
B=42.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4683940.510.1200.63193.7534.2927.45
Hex2E535E33C03Fc2221b
Octal5612313663140773024233
Binary10111010100111011110110011110001111111100001010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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