Html Css Color HEX #2E848D Scooter

📋 copy color: '#2E848D'

red 46 ◦ green 132 ◦ blue 141

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

Shades of Scooter #2E848D

Tints of Scooter #2E848D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.38%

 BLUE value IS 141 (55.47% from 255) = 44.2%

R = 14.42%
G = 41.38%
B = 44.2%

CMYK

 C value IS 0.67

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E848D (or 0x2E848D) is known color: Scooter. HEX triplet: 2E, 84 and 8D. RGB value is (46,132,141). Sum of RGB (Red+Green+Blue) = 46+132+141=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E848D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E848D is #D17B72. Grayscale: #6B6B6B. Windows color (decimal): -13728627 or 9274414. OLE color: 9274414.

HSL color Cylindrical-coordinate representation of color #2E848D: hue angle of 185.68º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E848D is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 46 132 141 -
CMYK 0.67 0.06 0 0.45
HSL 185.68º 0.51% 0.37% -
HSV(B) 185.68º 0.67% 0.55% -
XYZ 14.19 19.01 28.12 -
YUV 107.31 147.01 84.27 -
System Red Green Blue C M Y K H S L
Decimal 46 132 141 0.67 0.06 0 0.45 185.68 0.51 0.37
Hex 2E 84 8D 43 6 0 2D BA 33 25
Octal 56 204 215 103 6 0 55 272 63 45
Binary 101110 10000100 10001101 1000011 110 0 101101 10111010 110011 100101

Color Harmonies of #2E848D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E848D

Black with #2E848D

Text Example


Text Example

White with #2E848D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,132,141); }

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

background-color css

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

 a { background-color: rgb(46,132,141); }

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

border-color css

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

 span { border-color: rgb(46,132,141); }

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