Html Css Color HEX #2E8895 Scooter

📋 copy color: '#2E8895'

red 46 ◦ green 136 ◦ blue 149

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

Shades of Scooter #2E8895

Tints of Scooter #2E8895

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.09%

 BLUE value IS 149 (58.59% from 255) = 45.02%

R = 13.9%
G = 41.09%
B = 45.02%

CMYK

 C value IS 0.69

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2E8895 (or 0x2E8895) is known color: Scooter. HEX triplet: 2E, 88 and 95. RGB value is (46,136,149). Sum of RGB (Red+Green+Blue) = 46+136+149=331 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.90% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #2E8895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8895 is #D1776A. Grayscale: #6E6E6E. Windows color (decimal): -13727595 or 9799726. OLE color: 9799726.

HSL color Cylindrical-coordinate representation of color #2E8895: hue angle of 187.57º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E8895 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 46 136 149 -
CMYK 0.69 0.09 0 0.42
HSL 187.57º 0.53% 0.38% -
HSV(B) 187.57º 0.69% 0.58% -
XYZ 15.36 20.36 31.55 -
YUV 110.57 149.68 81.94 -
System Red Green Blue C M Y K H S L
Decimal 46 136 149 0.69 0.09 0 0.42 187.57 0.53 0.38
Hex 2E 88 95 45 9 0 2A BC 35 26
Octal 56 210 225 105 11 0 52 274 65 46
Binary 101110 10001000 10010101 1000101 1001 0 101010 10111100 110101 100110

Color Harmonies of #2E8895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8895

Black with #2E8895

Text Example


Text Example

White with #2E8895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,136,149); }

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

background-color css

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

 a { background-color: rgb(46,136,149); }

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

border-color css

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

 span { border-color: rgb(46,136,149); }

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