Html Css Color HEX #2E8395 Scooter

📋 copy color: '#2E8395'

red 46 ◦ green 131 ◦ blue 149

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

Shades of Scooter #2E8395

Tints of Scooter #2E8395

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.18%

 BLUE value IS 149 (58.59% from 255) = 45.71%

R = 14.11%
G = 40.18%
B = 45.71%

CMYK

 C value IS 0.69

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2E8395 (or 0x2E8395) is known color: Scooter. HEX triplet: 2E, 83 and 95. RGB value is (46,131,149). Sum of RGB (Red+Green+Blue) = 46+131+149=326 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.11% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 149 - color contains mainly: blue. Hex color #2E8395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8395 is #D17C6A. Grayscale: #6B6B6B. Windows color (decimal): -13728875 or 9798446. OLE color: 9798446.

HSL color Cylindrical-coordinate representation of color #2E8395: hue angle of 190.49º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E8395 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 46 131 149 -
CMYK 0.69 0.12 0 0.42
HSL 190.49º 0.53% 0.38% -
HSV(B) 190.49º 0.69% 0.58% -
XYZ 14.67 18.98 31.32 -
YUV 107.64 151.34 84.04 -
System Red Green Blue C M Y K H S L
Decimal 46 131 149 0.69 0.12 0 0.42 190.49 0.53 0.38
Hex 2E 83 95 45 C 0 2A BE 35 26
Octal 56 203 225 105 14 0 52 276 65 46
Binary 101110 10000011 10010101 1000101 1100 0 101010 10111110 110101 100110

Color Harmonies of #2E8395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8395

Black with #2E8395

Text Example


Text Example

White with #2E8395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,131,149); }

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

background-color css

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

 a { background-color: rgb(46,131,149); }

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

border-color css

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

 span { border-color: rgb(46,131,149); }

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