Html Css Color HEX #2E525D Arapawa

📋 copy color: '#2E525D'

red 46 ◦ green 82 ◦ blue 93

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

Shades of Arapawa #2E525D

Tints of Arapawa #2E525D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.1%

 BLUE value IS 93 (36.72% from 255) = 42.08%

R = 20.81%
G = 37.1%
B = 42.08%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2E525D (or 0x2E525D) is known color: Arapawa. HEX triplet: 2E, 52 and 5D. RGB value is (46,82,93). Sum of RGB (Red+Green+Blue) = 46+82+93=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 93 - color contains mainly: blue. Hex color #2E525D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E525D is #D1ADA2. Grayscale: #484848. Windows color (decimal): -13741475 or 6115886. OLE color: 6115886.

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

Color convert

RGB 46 82 93 -
CMYK 0.51 0.12 0 0.64
HSL 194.04º 0.34% 0.27% -
HSV(B) 194.04º 0.51% 0.36% -
XYZ 6.12 7.41 11.46 -
YUV 72.49 139.57 109.11 -
System Red Green Blue C M Y K H S L
Decimal 46 82 93 0.51 0.12 0 0.64 194.04 0.34 0.27
Hex 2E 52 5D 33 C 0 40 C2 22 1B
Octal 56 122 135 63 14 0 100 302 42 33
Binary 101110 1010010 1011101 110011 1100 0 1000000 11000010 100010 11011

Color Harmonies of #2E525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E525D

Black with #2E525D

Text Example


Text Example

White with #2E525D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,82,93); }

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

background-color css

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

 a { background-color: rgb(46,82,93); }

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

border-color css

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

 span { border-color: rgb(46,82,93); }

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