Html Css Color HEX #2E859A Scooter

📋 copy color: '#2E859A'

red 46 ◦ green 133 ◦ blue 154

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

Shades of Scooter #2E859A

Tints of Scooter #2E859A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.94%

 BLUE value IS 154 (60.55% from 255) = 46.25%

R = 13.81%
G = 39.94%
B = 46.25%

CMYK

 C value IS 0.70

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2E859A (or 0x2E859A) is known color: Scooter. HEX triplet: 2E, 85 and 9A. RGB value is (46,133,154). Sum of RGB (Red+Green+Blue) = 46+133+154=333 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.81% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 154 (60.55% from 255 or 46.25% from 333); Max value from RGB is 154 - color contains mainly: blue. Hex color #2E859A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E859A is #D17A65. Grayscale: #6D6D6D. Windows color (decimal): -13728358 or 10126638. OLE color: 10126638.

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

Color convert

RGB 46 133 154 -
CMYK 0.70 0.14 0 0.40
HSL 191.67º 0.54% 0.39% -
HSV(B) 191.67º 0.7% 0.6% -
XYZ 15.35 19.69 33.56 -
YUV 109.38 153.18 82.79 -
System Red Green Blue C M Y K H S L
Decimal 46 133 154 0.70 0.14 0 0.40 191.67 0.54 0.39
Hex 2E 85 9A 46 E 0 28 C0 36 27
Octal 56 205 232 106 16 0 50 300 66 47
Binary 101110 10000101 10011010 1000110 1110 0 101000 11000000 110110 100111

Color Harmonies of #2E859A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E859A

Black with #2E859A

Text Example


Text Example

White with #2E859A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,133,154); }

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

background-color css

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

 a { background-color: rgb(46,133,154); }

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

border-color css

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

 span { border-color: rgb(46,133,154); }

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