Html Css Color HEX #2E4D61 Arapawa

📋 copy color: '#2E4D61'

red 46 ◦ green 77 ◦ blue 97

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

Shades of Arapawa #2E4D61

Tints of Arapawa #2E4D61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 44.09%

R = 20.91%
G = 35%
B = 44.09%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2E4D61 (or 0x2E4D61) is known color: Arapawa. HEX triplet: 2E, 4D and 61. RGB value is (46,77,97). Sum of RGB (Red+Green+Blue) = 46+77+97=220 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.91% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 97 - color contains mainly: blue. Hex color #2E4D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E4D61 is #D1B29E. Grayscale: #454545. Windows color (decimal): -13742751 or 6376750. OLE color: 6376750.

HSL color Cylindrical-coordinate representation of color #2E4D61: hue angle of 203.53º 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 #2E4D61 is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 77 97 -
CMYK 0.53 0.21 0 0.62
HSL 203.53º 0.36% 0.28% -
HSV(B) 203.53º 0.53% 0.38% -
XYZ 5.94 6.75 12.3 -
YUV 70.01 143.23 110.87 -
System Red Green Blue C M Y K H S L
Decimal 46 77 97 0.53 0.21 0 0.62 203.53 0.36 0.28
Hex 2E 4D 61 35 15 0 3E CC 24 1C
Octal 56 115 141 65 25 0 76 314 44 34
Binary 101110 1001101 1100001 110101 10101 0 111110 11001100 100100 11100

Color Harmonies of #2E4D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4D61

Black with #2E4D61

Text Example


Text Example

White with #2E4D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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