Html Css Color HEX #2E8596 Scooter

📋 copy color: '#2E8596'

red 46 ◦ green 133 ◦ blue 150

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

Shades of Scooter #2E8596

Tints of Scooter #2E8596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.59%

R = 13.98%
G = 40.43%
B = 45.59%

CMYK

 C value IS 0.69

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2E8596 (or 0x2E8596) is known color: Scooter. HEX triplet: 2E, 85 and 96. RGB value is (46,133,150). Sum of RGB (Red+Green+Blue) = 46+133+150=329 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.98% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 150 - color contains mainly: blue. Hex color #2E8596 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8596 is #D17A69. Grayscale: #6C6C6C. Windows color (decimal): -13728362 or 9864494. OLE color: 9864494.

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

Color convert

RGB 46 133 150 -
CMYK 0.69 0.11 0 0.41
HSL 189.81º 0.53% 0.38% -
HSV(B) 189.81º 0.69% 0.59% -
XYZ 15.02 19.56 31.84 -
YUV 108.93 151.18 83.12 -
System Red Green Blue C M Y K H S L
Decimal 46 133 150 0.69 0.11 0 0.41 189.81 0.53 0.38
Hex 2E 85 96 45 B 0 29 BE 35 26
Octal 56 205 226 105 13 0 51 276 65 46
Binary 101110 10000101 10010110 1000101 1011 0 101001 10111110 110101 100110

Color Harmonies of #2E8596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8596

Black with #2E8596

Text Example


Text Example

White with #2E8596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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