Html Css Color HEX #329DA4 Scooter

📋 copy color: '#329DA4'

red 50 ◦ green 157 ◦ blue 164

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

Shades of Scooter #329DA4

Tints of Scooter #329DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 44.2%

R = 13.48%
G = 42.32%
B = 44.2%

CMYK

 C value IS 0.70

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#329DA4 (or 0x329DA4) is known color: Scooter. HEX triplet: 32, 9D and A4. RGB value is (50,157,164). Sum of RGB (Red+Green+Blue) = 50+157+164=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 164 - color contains mainly: blue. Hex color #329DA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329DA4 is #CD625B. Grayscale: #7D7D7D. Windows color (decimal): -13460060 or 10788146. OLE color: 10788146.

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

Color convert

RGB 50 157 164 -
CMYK 0.70 0.04 0 0.36
HSL 183.68º 0.53% 0.42% -
HSV(B) 183.68º 0.7% 0.64% -
XYZ 20.07 27.47 39.37 -
YUV 125.81 149.55 73.93 -
System Red Green Blue C M Y K H S L
Decimal 50 157 164 0.70 0.04 0 0.36 183.68 0.53 0.42
Hex 32 9D A4 46 4 0 24 B8 35 2A
Octal 62 235 244 106 4 0 44 270 65 52
Binary 110010 10011101 10100100 1000110 100 0 100100 10111000 110101 101010

Color Harmonies of #329DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329DA4

Black with #329DA4

Text Example


Text Example

White with #329DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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