Html Css Color HEX #2E829B Scooter

📋 copy color: '#2E829B'

red 46 ◦ green 130 ◦ blue 155

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

Shades of Scooter #2E829B

Tints of Scooter #2E829B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.27%

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

R = 13.9%
G = 39.27%
B = 46.83%

CMYK

 C value IS 0.70

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2E829B (or 0x2E829B) is known color: Scooter. HEX triplet: 2E, 82 and 9B. RGB value is (46,130,155). Sum of RGB (Red+Green+Blue) = 46+130+155=331 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.90% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E829B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E829B is #D17D64. Grayscale: #6B6B6B. Windows color (decimal): -13729125 or 10191406. OLE color: 10191406.

HSL color Cylindrical-coordinate representation of color #2E829B: hue angle of 193.76º 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 #2E829B is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 46 130 155 -
CMYK 0.70 0.16 0 0.39
HSL 193.76º 0.54% 0.39% -
HSV(B) 193.76º 0.7% 0.61% -
XYZ 15.03 18.91 33.87 -
YUV 107.73 154.67 83.97 -
System Red Green Blue C M Y K H S L
Decimal 46 130 155 0.70 0.16 0 0.39 193.76 0.54 0.39
Hex 2E 82 9B 46 10 0 27 C2 36 27
Octal 56 202 233 106 20 0 47 302 66 47
Binary 101110 10000010 10011011 1000110 10000 0 100111 11000010 110110 100111

Color Harmonies of #2E829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E829B

Black with #2E829B

Text Example


Text Example

White with #2E829B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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