Html Css Color HEX #2E8695 Scooter

📋 copy color: '#2E8695'

red 46 ◦ green 134 ◦ blue 149

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

Shades of Scooter #2E8695

Tints of Scooter #2E8695

RGB

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

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

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

R = 13.98%
G = 40.73%
B = 45.29%

CMYK

 C value IS 0.69

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2E8695 (or 0x2E8695) is known color: Scooter. HEX triplet: 2E, 86 and 95. RGB value is (46,134,149). Sum of RGB (Red+Green+Blue) = 46+134+149=329 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.98% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 149 - color contains mainly: blue. Hex color #2E8695 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8695 is #D1796A. Grayscale: #6D6D6D. Windows color (decimal): -13728107 or 9799214. OLE color: 9799214.

HSL color Cylindrical-coordinate representation of color #2E8695: hue angle of 188.74º 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 #2E8695 is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 46 134 149 -
CMYK 0.69 0.10 0 0.42
HSL 188.74º 0.53% 0.38% -
HSV(B) 188.74º 0.69% 0.58% -
XYZ 15.08 19.8 31.46 -
YUV 109.4 150.35 82.78 -
System Red Green Blue C M Y K H S L
Decimal 46 134 149 0.69 0.10 0 0.42 188.74 0.53 0.38
Hex 2E 86 95 45 A 0 2A BD 35 26
Octal 56 206 225 105 12 0 52 275 65 46
Binary 101110 10000110 10010101 1000101 1010 0 101010 10111101 110101 100110

Color Harmonies of #2E8695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8695

Black with #2E8695

Text Example


Text Example

White with #2E8695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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