Html Css Color HEX #2E7D9B Scooter

📋 copy color: '#2E7D9B'

red 46 ◦ green 125 ◦ blue 155

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

Shades of Scooter #2E7D9B

Tints of Scooter #2E7D9B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.34%

 BLUE value IS 155 (60.94% from 255) = 47.55%

R = 14.11%
G = 38.34%
B = 47.55%

CMYK

 C value IS 0.70

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2E7D9B (or 0x2E7D9B) is known color: Scooter. HEX triplet: 2E, 7D and 9B. RGB value is (46,125,155). Sum of RGB (Red+Green+Blue) = 46+125+155=326 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.11% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E7D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7D9B is #D18264. Grayscale: #686868. Windows color (decimal): -13730405 or 10190126. OLE color: 10190126.

HSL color Cylindrical-coordinate representation of color #2E7D9B: hue angle of 196.51º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E7D9B is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 46 125 155 -
CMYK 0.70 0.19 0 0.39
HSL 196.51º 0.54% 0.39% -
HSV(B) 196.51º 0.7% 0.61% -
XYZ 14.38 17.61 33.65 -
YUV 104.8 156.33 86.06 -
System Red Green Blue C M Y K H S L
Decimal 46 125 155 0.70 0.19 0 0.39 196.51 0.54 0.39
Hex 2E 7D 9B 46 13 0 27 C5 36 27
Octal 56 175 233 106 23 0 47 305 66 47
Binary 101110 1111101 10011011 1000110 10011 0 100111 11000101 110110 100111

Color Harmonies of #2E7D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7D9B

Black with #2E7D9B

Text Example


Text Example

White with #2E7D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,125,155); }

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

background-color css

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

 a { background-color: rgb(46,125,155); }

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

border-color css

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

 span { border-color: rgb(46,125,155); }

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