Html Css Color HEX #2E505C Arapawa

📋 copy color: '#2E505C'

red 46 ◦ green 80 ◦ blue 92

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

Shades of Arapawa #2E505C

Tints of Arapawa #2E505C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 42.2%

R = 21.1%
G = 36.7%
B = 42.2%

CMYK

 C value IS 0.50

 M value IS 0.13

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2E505C (or 0x2E505C) is known color: Arapawa. HEX triplet: 2E, 50 and 5C. RGB value is (46,80,92). Sum of RGB (Red+Green+Blue) = 46+80+92=218 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.10% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 92 - color contains mainly: blue. Hex color #2E505C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E505C is #D1AFA3. Grayscale: #474747. Windows color (decimal): -13741988 or 6049838. OLE color: 6049838.

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

Color convert

RGB 46 80 92 -
CMYK 0.50 0.13 0 0.64
HSL 195.65º 0.33% 0.27% -
HSV(B) 195.65º 0.5% 0.36% -
XYZ 5.93 7.09 11.18 -
YUV 71.2 139.74 110.02 -
System Red Green Blue C M Y K H S L
Decimal 46 80 92 0.50 0.13 0 0.64 195.65 0.33 0.27
Hex 2E 50 5C 32 D 0 40 C4 21 1B
Octal 56 120 134 62 15 0 100 304 41 33
Binary 101110 1010000 1011100 110010 1101 0 1000000 11000100 100001 11011

Color Harmonies of #2E505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E505C

Black with #2E505C

Text Example


Text Example

White with #2E505C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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