Html Css Color HEX #329DA6 Scooter

📋 copy color: '#329DA6'

red 50 ◦ green 157 ◦ blue 166

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

Shades of Scooter #329DA6

Tints of Scooter #329DA6

RGB

 RED value IS 50 (19.92% from 255) = 13.4%

 GREEN value IS 157 (61.72% from 255) = 42.09%

 BLUE value IS 166 (65.23% from 255) = 44.5%

R = 13.4%
G = 42.09%
B = 44.5%

CMYK

 C value IS 0.70

 M value IS 0.05

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#329DA6 (or 0x329DA6) is known color: Scooter. HEX triplet: 32, 9D and A6. RGB value is (50,157,166). Sum of RGB (Red+Green+Blue) = 50+157+166=373 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.40% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 166 (65.23% from 255 or 44.50% from 373); Max value from RGB is 166 - color contains mainly: blue. Hex color #329DA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329DA6 is #CD6259. Grayscale: #7D7D7D. Windows color (decimal): -13460058 or 10919218. OLE color: 10919218.

HSL color Cylindrical-coordinate representation of color #329DA6: hue angle of 184.66º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #329DA6 is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 50 157 166 -
CMYK 0.70 0.05 0 0.35
HSL 184.66º 0.54% 0.42% -
HSV(B) 184.66º 0.7% 0.65% -
XYZ 20.26 27.55 40.33 -
YUV 126.03 150.55 73.77 -
System Red Green Blue C M Y K H S L
Decimal 50 157 166 0.70 0.05 0 0.35 184.66 0.54 0.42
Hex 32 9D A6 46 5 0 23 B9 36 2A
Octal 62 235 246 106 5 0 43 271 66 52
Binary 110010 10011101 10100110 1000110 101 0 100011 10111001 110110 101010

Color Harmonies of #329DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329DA6

Black with #329DA6

Text Example


Text Example

White with #329DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329DA6; }

 p { color: rgb(50,157,166); }

 H1.HeaderClassName
 {
   color: #329DA6;
 }
 .AnyTagClassName
 {
   color: #329DA6;
 }
</style>

background-color css

<style>
 a { background-color: #329DA6; }

 a { background-color: rgb(50,157,166); }

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

border-color css

<style>
 span { border-color: #329DA6; }

 span { border-color: rgb(50,157,166); }

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