Html Css Color HEX #2E4D59 Arapawa

📋 copy color: '#2E4D59'

red 46 ◦ green 77 ◦ blue 89

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

Shades of Arapawa #2E4D59

Tints of Arapawa #2E4D59

RGB

 RED value IS 46 (18.36% from 255) = 21.7%

 GREEN value IS 77 (30.47% from 255) = 36.32%

 BLUE value IS 89 (35.16% from 255) = 41.98%

R = 21.7%
G = 36.32%
B = 41.98%

CMYK

 C value IS 0.48

 M value IS 0.13

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2E4D59 (or 0x2E4D59) is known color: Arapawa. HEX triplet: 2E, 4D and 59. RGB value is (46,77,89). Sum of RGB (Red+Green+Blue) = 46+77+89=212 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.70% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 89 - color contains mainly: blue. Hex color #2E4D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E4D59 is #D1B2A6. Grayscale: #454545. Windows color (decimal): -13742759 or 5852462. OLE color: 5852462.

HSL color Cylindrical-coordinate representation of color #2E4D59: hue angle of 196.74º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E4D59 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 46 77 89 -
CMYK 0.48 0.13 0 0.65
HSL 196.74º 0.32% 0.26% -
HSV(B) 196.74º 0.48% 0.35% -
XYZ 5.58 6.61 10.43 -
YUV 69.1 139.23 111.52 -
System Red Green Blue C M Y K H S L
Decimal 46 77 89 0.48 0.13 0 0.65 196.74 0.32 0.26
Hex 2E 4D 59 30 D 0 41 C5 20 1A
Octal 56 115 131 60 15 0 101 305 40 32
Binary 101110 1001101 1011001 110000 1101 0 1000001 11000101 100000 11010

Color Harmonies of #2E4D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4D59

Black with #2E4D59

Text Example


Text Example

White with #2E4D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,77,89); }

 H1.HeaderClassName
 {
   color: #2E4D59;
 }
 .AnyTagClassName
 {
   color: #2E4D59;
 }
</style>

background-color css

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

 a { background-color: rgb(46,77,89); }

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

border-color css

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

 span { border-color: rgb(46,77,89); }

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