Html Css Color HEX #2E505B Arapawa

📋 copy color: '#2E505B'

red 46 ◦ green 80 ◦ blue 91

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

Shades of Arapawa #2E505B

Tints of Arapawa #2E505B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.87%

 BLUE value IS 91 (35.94% from 255) = 41.94%

R = 21.2%
G = 36.87%
B = 41.94%

CMYK

 C value IS 0.49

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2E505B (or 0x2E505B) is known color: Arapawa. HEX triplet: 2E, 50 and 5B. RGB value is (46,80,91). Sum of RGB (Red+Green+Blue) = 46+80+91=217 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.20% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 91 - color contains mainly: blue. Hex color #2E505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E505B is #D1AFA4. Grayscale: #474747. Windows color (decimal): -13741989 or 5984302. OLE color: 5984302.

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

Color convert

RGB 46 80 91 -
CMYK 0.49 0.12 0 0.64
HSL 194.67º 0.33% 0.27% -
HSV(B) 194.67º 0.49% 0.36% -
XYZ 5.88 7.07 10.95 -
YUV 71.09 139.24 110.11 -
System Red Green Blue C M Y K H S L
Decimal 46 80 91 0.49 0.12 0 0.64 194.67 0.33 0.27
Hex 2E 50 5B 31 C 0 40 C3 21 1B
Octal 56 120 133 61 14 0 100 303 41 33
Binary 101110 1010000 1011011 110001 1100 0 1000000 11000011 100001 11011

Color Harmonies of #2E505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E505B

Black with #2E505B

Text Example


Text Example

White with #2E505B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,80,91); }

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

background-color css

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

 a { background-color: rgb(46,80,91); }

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

border-color css

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

 span { border-color: rgb(46,80,91); }

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