Html Css Color HEX #2E8696 Scooter

📋 copy color: '#2E8696'

red 46 ◦ green 134 ◦ blue 150

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

Shades of Scooter #2E8696

Tints of Scooter #2E8696

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.61%

 BLUE value IS 150 (58.98% from 255) = 45.45%

R = 13.94%
G = 40.61%
B = 45.45%

CMYK

 C value IS 0.69

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2E8696 (or 0x2E8696) is known color: Scooter. HEX triplet: 2E, 86 and 96. RGB value is (46,134,150). Sum of RGB (Red+Green+Blue) = 46+134+150=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 150 - color contains mainly: blue. Hex color #2E8696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8696 is #D17969. Grayscale: #6D6D6D. Windows color (decimal): -13728106 or 9864750. OLE color: 9864750.

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

Color convert

RGB 46 134 150 -
CMYK 0.69 0.11 0 0.41
HSL 189.23º 0.53% 0.38% -
HSV(B) 189.23º 0.69% 0.59% -
XYZ 15.16 19.83 31.88 -
YUV 109.51 150.85 82.7 -
System Red Green Blue C M Y K H S L
Decimal 46 134 150 0.69 0.11 0 0.41 189.23 0.53 0.38
Hex 2E 86 96 45 B 0 29 BD 35 26
Octal 56 206 226 105 13 0 51 275 65 46
Binary 101110 10000110 10010110 1000101 1011 0 101001 10111101 110101 100110

Color Harmonies of #2E8696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8696

Black with #2E8696

Text Example


Text Example

White with #2E8696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,134,150); }

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

background-color css

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

 a { background-color: rgb(46,134,150); }

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

border-color css

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

 span { border-color: rgb(46,134,150); }

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