Html Css Color HEX #2E8591 Scooter

📋 copy color: '#2E8591'

red 46 ◦ green 133 ◦ blue 145

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

Shades of Scooter #2E8591

Tints of Scooter #2E8591

RGB

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

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

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

R = 14.2%
G = 41.05%
B = 44.75%

CMYK

 C value IS 0.68

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2E8591 (or 0x2E8591) is known color: Scooter. HEX triplet: 2E, 85 and 91. RGB value is (46,133,145). Sum of RGB (Red+Green+Blue) = 46+133+145=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 145 - color contains mainly: blue. Hex color #2E8591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8591 is #D17A6E. Grayscale: #6C6C6C. Windows color (decimal): -13728367 or 9536814. OLE color: 9536814.

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

Color convert

RGB 46 133 145 -
CMYK 0.68 0.08 0 0.43
HSL 187.27º 0.52% 0.37% -
HSV(B) 187.27º 0.68% 0.57% -
XYZ 14.63 19.4 29.76 -
YUV 108.36 148.68 83.52 -
System Red Green Blue C M Y K H S L
Decimal 46 133 145 0.68 0.08 0 0.43 187.27 0.52 0.37
Hex 2E 85 91 44 8 0 2B BB 34 25
Octal 56 205 221 104 10 0 53 273 64 45
Binary 101110 10000101 10010001 1000100 1000 0 101011 10111011 110100 100101

Color Harmonies of #2E8591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8591

Black with #2E8591

Text Example


Text Example

White with #2E8591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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