Html Css Color HEX #2E5361 Arapawa

📋 copy color: '#2E5361'

red 46 ◦ green 83 ◦ blue 97

#2E5361
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Arapawa #2E5361

Tints of Arapawa #2E5361

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 value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2E5361 (or 0x2E5361) is known color: 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

RGB 46 83 97 -
CMYK 0.53 0.14 0 0.62
HSL 196.47º 0.36% 0.28% -
HSV(B) 196.47º 0.53% 0.38% -
XYZ 6.38 7.63 12.45 -
YUV 73.53 141.24 108.36 -
System Red Green Blue C M Y K H S L
Decimal 46 83 97 0.53 0.14 0 0.62 196.47 0.36 0.28
Hex 2E 53 61 35 E 0 3E C4 24 1C
Octal 56 123 141 65 16 0 76 304 44 34
Binary 101110 1010011 1100001 110101 1110 0 111110 11000100 100100 11100

Color Harmonies of #2E5361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5361

Black with #2E5361

Text Example


Text Example

White with #2E5361

Text Example


Text Example

HTML Codes & Css Web 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>