Html Css Color HEX #329DA2 Scooter

📋 copy color: '#329DA2'

red 50 ◦ green 157 ◦ blue 162

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

Shades of Scooter #329DA2

Tints of Scooter #329DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 43.9%

R = 13.55%
G = 42.55%
B = 43.9%

CMYK

 C value IS 0.69

 M value IS 0.03

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#329DA2 (or 0x329DA2) is known color: Scooter. HEX triplet: 32, 9D and A2. RGB value is (50,157,162). Sum of RGB (Red+Green+Blue) = 50+157+162=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 162 (63.67% from 255 or 43.90% from 369); Max value from RGB is 162 - color contains mainly: blue. Hex color #329DA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329DA2 is #CD625D. Grayscale: #7D7D7D. Windows color (decimal): -13460062 or 10657074. OLE color: 10657074.

HSL color Cylindrical-coordinate representation of color #329DA2: hue angle of 182.68º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #329DA2 is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 50 157 162 -
CMYK 0.69 0.03 0 0.36
HSL 182.68º 0.53% 0.42% -
HSV(B) 182.68º 0.69% 0.64% -
XYZ 19.89 27.4 38.42 -
YUV 125.58 148.55 74.09 -
System Red Green Blue C M Y K H S L
Decimal 50 157 162 0.69 0.03 0 0.36 182.68 0.53 0.42
Hex 32 9D A2 45 3 0 24 B7 35 2A
Octal 62 235 242 105 3 0 44 267 65 52
Binary 110010 10011101 10100010 1000101 11 0 100100 10110111 110101 101010

Color Harmonies of #329DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329DA2

Black with #329DA2

Text Example


Text Example

White with #329DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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