Html Css Color HEX #329CA4 Scooter

📋 copy color: '#329CA4'

red 50 ◦ green 156 ◦ blue 164

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

Shades of Scooter #329CA4

Tints of Scooter #329CA4

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.16%

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

R = 13.51%
G = 42.16%
B = 44.32%

CMYK

 C value IS 0.70

 M value IS 0.05

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#329CA4 (or 0x329CA4) is known color: Scooter. HEX triplet: 32, 9C and A4. RGB value is (50,156,164). Sum of RGB (Red+Green+Blue) = 50+156+164=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 164 (64.45% from 255 or 44.32% from 370); Max value from RGB is 164 - color contains mainly: blue. Hex color #329CA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329CA4 is #CD635B. Grayscale: #7D7D7D. Windows color (decimal): -13460316 or 10787890. OLE color: 10787890.

HSL color Cylindrical-coordinate representation of color #329CA4: hue angle of 184.21º 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 #329CA4 is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 50 156 164 -
CMYK 0.70 0.05 0 0.36
HSL 184.21º 0.53% 0.42% -
HSV(B) 184.21º 0.7% 0.64% -
XYZ 19.9 27.14 39.31 -
YUV 125.22 149.88 74.35 -
System Red Green Blue C M Y K H S L
Decimal 50 156 164 0.70 0.05 0 0.36 184.21 0.53 0.42
Hex 32 9C A4 46 5 0 24 B8 35 2A
Octal 62 234 244 106 5 0 44 270 65 52
Binary 110010 10011100 10100100 1000110 101 0 100100 10111000 110101 101010

Color Harmonies of #329CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329CA4

Black with #329CA4

Text Example


Text Example

White with #329CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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