Html Css Color HEX #2E829D Scooter

📋 copy color: '#2E829D'

red 46 ◦ green 130 ◦ blue 157

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

Shades of Scooter #2E829D

Tints of Scooter #2E829D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 47.15%

R = 13.81%
G = 39.04%
B = 47.15%

CMYK

 C value IS 0.71

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2E829D (or 0x2E829D) is known color: Scooter. HEX triplet: 2E, 82 and 9D. RGB value is (46,130,157). Sum of RGB (Red+Green+Blue) = 46+130+157=333 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.81% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #2E829D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E829D is #D17D62. Grayscale: #6B6B6B. Windows color (decimal): -13729123 or 10322478. OLE color: 10322478.

HSL color Cylindrical-coordinate representation of color #2E829D: hue angle of 194.59º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E829D is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 46 130 157 -
CMYK 0.71 0.17 0 0.38
HSL 194.59º 0.55% 0.4% -
HSV(B) 194.59º 0.71% 0.62% -
XYZ 15.2 18.98 34.76 -
YUV 107.96 155.67 83.8 -
System Red Green Blue C M Y K H S L
Decimal 46 130 157 0.71 0.17 0 0.38 194.59 0.55 0.4
Hex 2E 82 9D 47 11 0 26 C3 37 28
Octal 56 202 235 107 21 0 46 303 67 50
Binary 101110 10000010 10011101 1000111 10001 0 100110 11000011 110111 101000

Color Harmonies of #2E829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E829D

Black with #2E829D

Text Example


Text Example

White with #2E829D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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