Html Css Color HEX #2E515C Arapawa

📋 copy color: '#2E515C'

red 46 ◦ green 81 ◦ blue 92

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

Shades of Arapawa #2E515C

Tints of Arapawa #2E515C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.99%

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

R = 21%
G = 36.99%
B = 42.01%

CMYK

 C value IS 0.50

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2E515C (or 0x2E515C) is known color: Arapawa. HEX triplet: 2E, 51 and 5C. RGB value is (46,81,92). Sum of RGB (Red+Green+Blue) = 46+81+92=219 (29% of max value = 765). Red value is 46 (18.36% from 255 or 21.00% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 92 - color contains mainly: blue. Hex color #2E515C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E515C is #D1AEA3. Grayscale: #474747. Windows color (decimal): -13741732 or 6050094. OLE color: 6050094.

HSL color Cylindrical-coordinate representation of color #2E515C: hue angle of 194.35º 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 #2E515C is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 46 81 92 -
CMYK 0.50 0.12 0 0.64
HSL 194.35º 0.33% 0.27% -
HSV(B) 194.35º 0.5% 0.36% -
XYZ 6 7.24 11.21 -
YUV 71.79 139.4 109.61 -
System Red Green Blue C M Y K H S L
Decimal 46 81 92 0.50 0.12 0 0.64 194.35 0.33 0.27
Hex 2E 51 5C 32 C 0 40 C2 21 1B
Octal 56 121 134 62 14 0 100 302 41 33
Binary 101110 1010001 1011100 110010 1100 0 1000000 11000010 100001 11011

Color Harmonies of #2E515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E515C

Black with #2E515C

Text Example


Text Example

White with #2E515C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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