Html Css Color HEX #2E8991 Scooter

📋 copy color: '#2E8991'

red 46 ◦ green 137 ◦ blue 145

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

Shades of Scooter #2E8991

Tints of Scooter #2E8991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.21%

R = 14.02%
G = 41.77%
B = 44.21%

CMYK

 C value IS 0.68

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2E8991 (or 0x2E8991) is known color: Scooter. HEX triplet: 2E, 89 and 91. RGB value is (46,137,145). Sum of RGB (Red+Green+Blue) = 46+137+145=328 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.02% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 145 - color contains mainly: blue. Hex color #2E8991 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8991 is #D1766E. Grayscale: #6E6E6E. Windows color (decimal): -13727343 or 9537838. OLE color: 9537838.

HSL color Cylindrical-coordinate representation of color #2E8991: hue angle of 184.85º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E8991 is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 46 137 145 -
CMYK 0.68 0.06 0 0.43
HSL 184.85º 0.52% 0.37% -
HSV(B) 184.85º 0.68% 0.57% -
XYZ 15.18 20.52 29.95 -
YUV 110.7 147.35 81.85 -
System Red Green Blue C M Y K H S L
Decimal 46 137 145 0.68 0.06 0 0.43 184.85 0.52 0.37
Hex 2E 89 91 44 6 0 2B B9 34 25
Octal 56 211 221 104 6 0 53 271 64 45
Binary 101110 10001001 10010001 1000100 110 0 101011 10111001 110100 100101

Color Harmonies of #2E8991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8991

Black with #2E8991

Text Example


Text Example

White with #2E8991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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