Html Css Color HEX #2E899C Scooter

📋 copy color: '#2E899C'

red 46 ◦ green 137 ◦ blue 156

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

Shades of Scooter #2E899C

Tints of Scooter #2E899C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.41%

 BLUE value IS 156 (61.33% from 255) = 46.02%

R = 13.57%
G = 40.41%
B = 46.02%

CMYK

 C value IS 0.71

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2E899C (or 0x2E899C) is known color: Scooter. HEX triplet: 2E, 89 and 9C. RGB value is (46,137,156). Sum of RGB (Red+Green+Blue) = 46+137+156=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #2E899C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E899C is #D17663. Grayscale: #6F6F6F. Windows color (decimal): -13727332 or 10258734. OLE color: 10258734.

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

Color convert

RGB 46 137 156 -
CMYK 0.71 0.12 0 0.39
HSL 190.36º 0.54% 0.4% -
HSV(B) 190.36º 0.71% 0.61% -
XYZ 16.07 20.87 34.63 -
YUV 111.96 152.85 80.96 -
System Red Green Blue C M Y K H S L
Decimal 46 137 156 0.71 0.12 0 0.39 190.36 0.54 0.4
Hex 2E 89 9C 47 C 0 27 BE 36 28
Octal 56 211 234 107 14 0 47 276 66 50
Binary 101110 10001001 10011100 1000111 1100 0 100111 10111110 110110 101000

Color Harmonies of #2E899C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E899C

Black with #2E899C

Text Example


Text Example

White with #2E899C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,137,156); }

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

background-color css

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

 a { background-color: rgb(46,137,156); }

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

border-color css

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

 span { border-color: rgb(46,137,156); }

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