Html Css Color HEX #2E8791 Scooter

📋 copy color: '#2E8791'

red 46 ◦ green 135 ◦ blue 145

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

Shades of Scooter #2E8791

Tints of Scooter #2E8791

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.41%

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

R = 14.11%
G = 41.41%
B = 44.48%

CMYK

 C value IS 0.68

 M value IS 0.07

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2E8791 (or 0x2E8791) is known color: Scooter. HEX triplet: 2E, 87 and 91. RGB value is (46,135,145). Sum of RGB (Red+Green+Blue) = 46+135+145=326 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.11% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 145 - color contains mainly: blue. Hex color #2E8791 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8791 is #D1786E. Grayscale: #6D6D6D. Windows color (decimal): -13727855 or 9537326. OLE color: 9537326.

HSL color Cylindrical-coordinate representation of color #2E8791: hue angle of 186.06º 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 #2E8791 is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 46 135 145 -
CMYK 0.68 0.07 0 0.43
HSL 186.06º 0.52% 0.37% -
HSV(B) 186.06º 0.68% 0.57% -
XYZ 14.9 19.95 29.85 -
YUV 109.53 148.01 82.69 -
System Red Green Blue C M Y K H S L
Decimal 46 135 145 0.68 0.07 0 0.43 186.06 0.52 0.37
Hex 2E 87 91 44 7 0 2B BA 34 25
Octal 56 207 221 104 7 0 53 272 64 45
Binary 101110 10000111 10010001 1000100 111 0 101011 10111010 110100 100101

Color Harmonies of #2E8791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8791

Black with #2E8791

Text Example


Text Example

White with #2E8791

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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