Html Css Color HEX #2E8690 Scooter

📋 copy color: '#2E8690'

red 46 ◦ green 134 ◦ blue 144

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

Shades of Scooter #2E8690

Tints of Scooter #2E8690

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.36%

 BLUE value IS 144 (56.64% from 255) = 44.44%

R = 14.2%
G = 41.36%
B = 44.44%

CMYK

 C value IS 0.68

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2E8690 (or 0x2E8690) is known color: Scooter. HEX triplet: 2E, 86 and 90. RGB value is (46,134,144). Sum of RGB (Red+Green+Blue) = 46+134+144=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: blue. Hex color #2E8690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8690 is #D1796F. Grayscale: #6C6C6C. Windows color (decimal): -13728112 or 9471534. OLE color: 9471534.

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

Color convert

RGB 46 134 144 -
CMYK 0.68 0.07 0 0.44
HSL 186.12º 0.52% 0.37% -
HSV(B) 186.12º 0.68% 0.56% -
XYZ 14.69 19.64 29.4 -
YUV 108.83 147.85 83.19 -
System Red Green Blue C M Y K H S L
Decimal 46 134 144 0.68 0.07 0 0.44 186.12 0.52 0.37
Hex 2E 86 90 44 7 0 2C BA 34 25
Octal 56 206 220 104 7 0 54 272 64 45
Binary 101110 10000110 10010000 1000100 111 0 101100 10111010 110100 100101

Color Harmonies of #2E8690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8690

Black with #2E8690

Text Example


Text Example

White with #2E8690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,134,144); }

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

background-color css

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

 a { background-color: rgb(46,134,144); }

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

border-color css

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

 span { border-color: rgb(46,134,144); }

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