Html Css Color HEX #2E949B Scooter

📋 copy color: '#2E949B'

red 46 ◦ green 148 ◦ blue 155

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

Shades of Scooter #2E949B

Tints of Scooter #2E949B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.41%

 BLUE value IS 155 (60.94% from 255) = 44.41%

R = 13.18%
G = 42.41%
B = 44.41%

CMYK

 C value IS 0.70

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2E949B (or 0x2E949B) is known color: Scooter. HEX triplet: 2E, 94 and 9B. RGB value is (46,148,155). Sum of RGB (Red+Green+Blue) = 46+148+155=349 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.18% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E949B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E949B is #D16B64. Grayscale: #767676. Windows color (decimal): -13724517 or 10196014. OLE color: 10196014.

HSL color Cylindrical-coordinate representation of color #2E949B: hue angle of 183.85º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E949B is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 46 148 155 -
CMYK 0.70 0.05 0 0.39
HSL 183.85º 0.54% 0.39% -
HSV(B) 183.85º 0.7% 0.61% -
XYZ 17.63 24.13 34.74 -
YUV 118.3 148.71 76.43 -
System Red Green Blue C M Y K H S L
Decimal 46 148 155 0.70 0.05 0 0.39 183.85 0.54 0.39
Hex 2E 94 9B 46 5 0 27 B8 36 27
Octal 56 224 233 106 5 0 47 270 66 47
Binary 101110 10010100 10011011 1000110 101 0 100111 10111000 110110 100111

Color Harmonies of #2E949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E949B

Black with #2E949B

Text Example


Text Example

White with #2E949B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,148,155); }

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

background-color css

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

 a { background-color: rgb(46,148,155); }

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

border-color css

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

 span { border-color: rgb(46,148,155); }

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