Html Css Color HEX #2E515F Arapawa

📋 copy color: '#2E515F'

red 46 ◦ green 81 ◦ blue 95

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

Shades of Arapawa #2E515F

Tints of Arapawa #2E515F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 42.79%

R = 20.72%
G = 36.49%
B = 42.79%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2E515F (or 0x2E515F) is known color: Arapawa. HEX triplet: 2E, 51 and 5F. RGB value is (46,81,95). Sum of RGB (Red+Green+Blue) = 46+81+95=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 95 - color contains mainly: blue. Hex color #2E515F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E515F is #D1AEA0. Grayscale: #484848. Windows color (decimal): -13741729 or 6246702. OLE color: 6246702.

HSL color Cylindrical-coordinate representation of color #2E515F: hue angle of 197.14º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E515F is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 46 81 95 -
CMYK 0.52 0.15 0 0.63
HSL 197.14º 0.35% 0.28% -
HSV(B) 197.14º 0.52% 0.37% -
XYZ 6.13 7.29 11.91 -
YUV 72.13 140.9 109.36 -
System Red Green Blue C M Y K H S L
Decimal 46 81 95 0.52 0.15 0 0.63 197.14 0.35 0.28
Hex 2E 51 5F 34 F 0 3F C5 23 1C
Octal 56 121 137 64 17 0 77 305 43 34
Binary 101110 1010001 1011111 110100 1111 0 111111 11000101 100011 11100

Color Harmonies of #2E515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E515F

Black with #2E515F

Text Example


Text Example

White with #2E515F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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