Html Css Color HEX #2E8590 Scooter

📋 copy color: '#2E8590'

red 46 ◦ green 133 ◦ blue 144

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

Shades of Scooter #2E8590

Tints of Scooter #2E8590

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.18%

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

R = 14.24%
G = 41.18%
B = 44.58%

CMYK

 C value IS 0.68

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2E8590 (or 0x2E8590) is known color: Scooter. HEX triplet: 2E, 85 and 90. RGB value is (46,133,144). Sum of RGB (Red+Green+Blue) = 46+133+144=323 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.24% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 144 - color contains mainly: blue. Hex color #2E8590 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8590 is #D17A6F. Grayscale: #6C6C6C. Windows color (decimal): -13728368 or 9471278. OLE color: 9471278.

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

Color convert

RGB 46 133 144 -
CMYK 0.68 0.08 0 0.44
HSL 186.73º 0.52% 0.37% -
HSV(B) 186.73º 0.68% 0.56% -
XYZ 14.55 19.37 29.36 -
YUV 108.24 148.18 83.61 -
System Red Green Blue C M Y K H S L
Decimal 46 133 144 0.68 0.08 0 0.44 186.73 0.52 0.37
Hex 2E 85 90 44 8 0 2C BB 34 25
Octal 56 205 220 104 10 0 54 273 64 45
Binary 101110 10000101 10010000 1000100 1000 0 101100 10111011 110100 100101

Color Harmonies of #2E8590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8590

Black with #2E8590

Text Example


Text Example

White with #2E8590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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